Created
March 13, 2015 14:23
-
-
Save matthlavacka/066b611784d571af64ef 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
<head> | |
<title>Yak</title> | |
<!-- To support mobile-devices --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<div class="navbar navbar-static-top"> | |
<div class="navbar-inner"> | |
<div class="container"> | |
<a class="brand" href="/">Yak</a> | |
<a class="btn btn-primary pull-right" href="#" type="button">Send Yak</a> | |
</div> | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment