Skip to content

Instantly share code, notes, and snippets.

@utinajerolps
Created September 23, 2014 16:22
Show Gist options
  • Save utinajerolps/ccabe9a0234a8714d6a9 to your computer and use it in GitHub Desktop.
Save utinajerolps/ccabe9a0234a8714d6a9 to your computer and use it in GitHub Desktop.
<!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