Created
January 27, 2016 06:53
-
-
Save bendavis78/b14e7a11cfd66d01d8af to your computer and use it in GitHub Desktop.
materialize step 1
This file contains 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
<html> | |
<head> | |
<title>Materialize CSS Framework Demo</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"/> | |
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> | |
<link type="text/css" rel="stylesheet" href="css/style.css"> | |
</head> | |
<body> | |
<!-- jQuery is required by Materialize to function --> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
<script type="text/javascript" src="js/materialize.min.js"></script> | |
<script type="text/javascript"> | |
//custom JS code | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment