Skip to content

Instantly share code, notes, and snippets.

@imjoshdean
Created September 18, 2013 18:16
Show Gist options
  • Save imjoshdean/6613172 to your computer and use it in GitHub Desktop.
Save imjoshdean/6613172 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
<ul id='tabs'>
<li><a href='#starcraft'>Starcraft</a></li>
<li><a href='#rua'>Robot Unicorn Attack</a></li>
<li><a href='#fallout'>Fallout</a></li>
</ul>
<div id='starcraft'>Info about starcraft</div>
<div id='rua'>Info about Robot unicorn attack</div>
<div id='fallout'>Info about Fallout</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment