Created
September 14, 2012 21:19
-
-
Save jescalan/3724915 to your computer and use it in GitHub Desktop.
base html
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> | |
| <title>Flexible UI With SASS</title> | |
| <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400' rel='stylesheet'> | |
| <link rel='stylesheet' href='master.css' /> | |
| </head> | |
| <body> | |
| <h1>Flexible UI With SASS</h1> | |
| <div class='container'> | |
| <button>click me!</button> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment