Commit bf86c8db authored by Margarita Perez's avatar Margarita Perez

Changed the homepage to add id stuff

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