Created
August 29, 2014 05:54
-
-
Save ramaman/21d19cf6449d09376612 to your computer and use it in GitHub Desktop.
Simple website header
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
| <head> | |
| <title>My Website</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.4/less.min.js"></script> | |
| <script src="main.js" type="text/javascript"></script> | |
| <link rel="stylesheet/less" type="text/css" href="style.less" /> | |
| </head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment