Commit fd940423 authored by Jay Lopez's avatar Jay Lopez

added button to redirect to homepage on each detail page

parent 3c87236b
......@@ -12,6 +12,7 @@
<dt>Base Attack Damage</dt><dd>57</dd>
<dt>Skills</dt><dd>Nimbus, Rain Cloud, Thunderbolt</dd>
<dt>Lore</dt><dd>I am a cloud. When I pee you call it 'rain'.</dd>
<button onclick="location.href='../heroes'">Back to Heroes List</button>
</dl>
</body>
</html>
\ No newline at end of file
......@@ -12,6 +12,7 @@
<dt>Base Attack Damage</dt><dd>64</dd>
<dt>Skills</dt><dd>Laugh, Dance, Smile</dd>
<dt>Lore</dt><dd>I do it for the LOLs.</dd>
<button onclick="location.href='../heroes'">Back to Heroes List</button>
</dl>
</body>
</html>
\ No newline at end of file
......@@ -12,6 +12,7 @@
<dt>Base Attack Damage</dt><dd>43</dd>
<dt>Skills</dt><dd>Power Pellet, Sunshine, Pollen Punch</dd>
<dt>Lore</dt><dd>I am Sunflowey. Sometimes a sun, sometimes a flower.</dd>
<button onclick="location.href='../heroes'">Back to Heroes List</button>
</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