Created
February 24, 2014 11:20
-
-
Save mulderp/9186648 to your computer and use it in GitHub Desktop.
basic HTML template
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"> | |
<title>PAGE TITLE</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="css/normalize.css" rel="stylesheet" media="all"> | |
<link href="css/styles.css" rel="stylesheet" media="all"> | |
</head> | |
<body> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Backbone use: