Commit bf86c8db authored by Margarita Perez's avatar Margarita Perez

Changed the homepage to add id stuff

parent 398857e2
...@@ -6,15 +6,15 @@ ...@@ -6,15 +6,15 @@
<body> <body>
<h1>The Will of the Wisps Wiki</h1> <h1>The Will of the Wisps Wiki</h1>
<dl> <dl>
<dt><a href="/hero/cloud">Cloud</a></dt> <a href="/hero/cloud"><dt id = "cloud">Cloud</dt></a>
<dt>Health Points</dt><dd>600</dd> <dt id = "cloudHealth">Health Points</dt><dd>600</dd>
<dt>Base Attack Damage</dt><dd>57</dd> <dt id = "cloudDamage">Base Attack Damage</dt><dd>57</dd>
<dt><a href="/hero/jester">Jester</a></dt> <dt id = "jester"><a href="/hero/jester">Jester</a></dt>
<dt>Health Points</dt><dd>660</dd> <dt id = "jesterHealth">Health Points</dt><dd>660</dd>
<dt>Base Attack Damage</dt><dd>64</dd> <dt id = "jesterDamage" >Base Attack Damage</dt><dd>64</dd>
<dt><a href="/hero/sunflowey">Sunflowey</a></dt> <dt id = "sunflowey"><a href="/hero/sunflowey">Sunflowey</a></dt>
<dt>Health Points</dt><dd>650</dd> <dt id = "sunfloweyHealth"> Health Points</dt><dd>650</dd>
<dt>Base Attack Damage</dt><dd>43</dd> <dt id = "sunfloweyDamage">Base Attack Damage</dt><dd>43</dd>
</dl> </dl>
</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