Created
March 20, 2017 09:48
-
-
Save sr229/170eda564fcb1e99c73a84ff73e4136d 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> | |
<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