Created
April 29, 2014 21:09
-
-
Save changemewtf/11412057 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Doctor Smoketop's Brobdingnagian Bestiary</title> | |
<link data-turbolinks-track="true" href="/assets/application.css?body=1" media="all" rel="stylesheet" /> | |
<script data-turbolinks-track="true" src="/assets/jquery.js?body=1"></script> | |
<script data-turbolinks-track="true" src="/assets/jquery_ujs.js?body=1"></script> | |
<script data-turbolinks-track="true" src="/assets/turbolinks.js?body=1"></script> | |
<script data-turbolinks-track="true" src="/assets/beasts.js?body=1"></script> | |
<script data-turbolinks-track="true" src="/assets/application.js?body=1"></script> | |
<meta content="authenticity_token" name="csrf-param" /> | |
<meta content="cO+5iUrEQOeEZO+J9+NZloT94ff4gP5m52PApGb1msQ=" name="csrf-token" /> | |
</head> | |
<body> | |
<div id="container"> | |
<header id="site-header"> | |
<h1>Doctor Smoketop's Brobdingnagian Bestiary</h1> | |
<h2>• • • A compendium of esoteric critters • • •</h2> | |
</header> | |
<nav> | |
<ul> | |
<li><a href="/">Home</a></li> | |
<li><a href="/beasts">List Beasts</a></li> | |
<li><a href="/about">About</a></li> | |
</ul> | |
</nav> | |
<main> | |
<section id="beasts"> | |
<h1>Beasties below...</h1> | |
<strong>Diet:</strong> | |
<input id="diet_any" name="diet" type="radio" value="any" /> | |
<label for="diet_any">Any</label> | |
<input id="diet_herbivore" name="diet" type="radio" value="herbivore" /> | |
<label for="diet_herbivore">Herbivore</label> | |
<input id="diet_carnivore" name="diet" type="radio" value="carnivore" /> | |
<label for="diet_carnivore">Carnivore</label> | |
<input id="diet_omnivore" name="diet" type="radio" value="omnivore" /> | |
<label for="diet_omnivore">Omnivore</label> | |
<section id="beast-list"> | |
</section> | |
</section> | |
</main> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment