Skip to content

Instantly share code, notes, and snippets.

@sr229
Created March 20, 2017 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sr229/170eda564fcb1e99c73a84ff73e4136d to your computer and use it in GitHub Desktop.
Save sr229/170eda564fcb1e99c73a84ff73e4136d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<meta charset="utf-8"/>
<head>
<title> awau </title>
<!-- Requires -->
<script src="js/materialize.js" type="text/javascript"></script>
<!-- Mandatory JQuery-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<nav>
<div class="nav-wrapper indigo darken-1">
<a href="#" class="brand-logo"><img url="img/logo-rev1.png"></i></a>
</div>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment