Created
November 22, 2017 09:13
-
-
Save Felhamed/2f5ecc31016b71dd53ad4d22fd88c726 to your computer and use it in GitHub Desktop.
Materializecsstemplate
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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <!--Import Google Icon Font--> | |
| <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
| <!--Import materialize.css--> | |
| <link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" media="screen,projection" /> | |
| <!--Let browser know website is optimized for mobile--> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <meta name="description" content="Description"> | |
| <meta name="author" content="Author"> | |
| <link rel="icon" href="/favicon.ico"> | |
| <title>Title</title> | |
| </head> | |
| <body> | |
| <!--Import jQuery before materialize.js--> | |
| <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script> | |
| <script type="text/javascript" src="js/core.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment