Created
September 18, 2013 18:16
-
-
Save imjoshdean/6613172 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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