Commit 938c382d authored by abbeeeeyyyyy's avatar abbeeeeyyyyy

Created the home page linked with the character pages

parent f7c1120d
<html> <html>
<head> <head>
<title> </title> <title> Will-O-Wisp </title>
</head> </head>
<body> <body>
<h1> Will-O-Wisp Wiki </h1>
<h1>Jester</h1> <h1>Jester</h1>
<dl> <dl>
<dt>Health Points</dt> <dt>Health Points</dt>
...@@ -11,6 +12,8 @@ ...@@ -11,6 +12,8 @@
<dt>Base Attack Damage</dt> <dt>Base Attack Damage</dt>
<dd>64</dd> <dd>64</dd>
</dl> </dl>
<button onclick="window.location.href = 'detail_jester.html';">More Information</button>
<h1>Cloud</h1> <h1>Cloud</h1>
<dl> <dl>
<dt>Health Points</dt> <dt>Health Points</dt>
...@@ -18,6 +21,7 @@ ...@@ -18,6 +21,7 @@
<dt>Base Attack Damage</dt> <dt>Base Attack Damage</dt>
<dd>57</dd> <dd>57</dd>
</dl> </dl>
<button onclick="window.location.href = 'detail_cloud.html';">More Information</button>
<h1>Sunflowey</h1> <h1>Sunflowey</h1>
<dl> <dl>
<dt>Health Points</dt> <dt>Health Points</dt>
...@@ -25,6 +29,7 @@ ...@@ -25,6 +29,7 @@
<dt>Base Attack Damage</dt> <dt>Base Attack Damage</dt>
<dd>43</dd> <dd>43</dd>
</dl> </dl>
<button onclick="window.location.href = 'detail_sunflowey.html';">More Information</button>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment