Created
January 19, 2019 18:11
-
-
Save HEAVYPAYLOAD/2ba9a8ef1e8c5f2aa3b0f8eebd3f39c9 to your computer and use it in GitHub Desktop.
mike 1
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> | |
<head> | |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> | |
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>materialize</title> | |
</head> | |
<body> | |
<div class="container"> | |
<nav> | |
<div class="nav-wrapper"> | |
<a href="#!" class="brand-logo">Logo</a> | |
<ul class="right hide-on-med-and-down"> | |
<li> | |
<a href="collapsible.html"><i class="material-icons">refresh</i></a> | |
</li> | |
</ul> | |
</div> | |
</nav> | |
<div><p class="z-depth-1 center-align">enter URL here</p></div> | |
<div><button class="btn waves-effect btn-large blue darken-2 center-align">analyze</button></div> | |
<div><h6>This is a tool used to determin a sites quality based on information collected by google analytics.</h6></div> | |
</div> | |
<!--keep--> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> | |
</body> | |
</html> | |
<!-- <img class="responsive-img" width="150" src="googlelogo.png" /> --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment