Created
September 23, 2014 16:22
-
-
Save utinajerolps/ccabe9a0234a8714d6a9 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
<!DOCTYPE html> | |
<html> | |
<body> | |
<div class="nav"> | |
<div class="container"> | |
<ul> | |
<li>Ulysses</li> | |
<li>Browse</li> | |
</ul> | |
<ul> | |
<li>Sign Up</li> | |
<li>Log In</li> | |
<li>Help</li> | |
</ul> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<div class="container"> | |
<h1>Find a place to stay</h1> | |
<p>Rent from people in over 34,000 cities and 192 countries</p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment