Commit 938c382d authored by abbeeeeyyyyy's avatar abbeeeeyyyyy

Created the home page linked with the character pages

parent f7c1120d
<html>
<head>
<title> </title>
<title> Will-O-Wisp </title>
</head>
<body>
<h1> Will-O-Wisp Wiki </h1>
<h1>Jester</h1>
<dl>
<dt>Health Points</dt>
......@@ -11,6 +12,8 @@
<dt>Base Attack Damage</dt>
<dd>64</dd>
</dl>
<button onclick="window.location.href = 'detail_jester.html';">More Information</button>
<h1>Cloud</h1>
<dl>
<dt>Health Points</dt>
......@@ -18,6 +21,7 @@
<dt>Base Attack Damage</dt>
<dd>57</dd>
</dl>
<button onclick="window.location.href = 'detail_cloud.html';">More Information</button>
<h1>Sunflowey</h1>
<dl>
<dt>Health Points</dt>
......@@ -25,6 +29,7 @@
<dt>Base Attack Damage</dt>
<dd>43</dd>
</dl>
<button onclick="window.location.href = 'detail_sunflowey.html';">More Information</button>
</body>
</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