Created
September 24, 2016 19:47
-
-
Save seansummers/0ccd1ee337fc481ea558c39cae5e1b8a to your computer and use it in GitHub Desktop.
Untitled
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
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> | |
| <link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.pink-blue.min.css" /> | |
| Hello World | |
| <hr /> | |
| <!-- Colored FAB button --> | |
| <button class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored"> | |
| <i class="material-icons">add</i> | |
| </button> | |
| <script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script> |
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
| // alert('Hello world!'); |
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
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment