Created
February 27, 2015 15:51
-
-
Save jenstrickland/62263474ef66d3250f19 to your computer and use it in GitHub Desktop.
base for an HTML5 document
This file contains 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 /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<title>Title</title> | |
<link rel="stylesheet" href="stylesheets/main.css" /> | |
</head> | |
<body> | |
<link href="scripts/script.js" /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment