Skip to content

Instantly share code, notes, and snippets.

@jenstrickland
Created February 27, 2015 15:51
Show Gist options
  • Save jenstrickland/62263474ef66d3250f19 to your computer and use it in GitHub Desktop.
Save jenstrickland/62263474ef66d3250f19 to your computer and use it in GitHub Desktop.
base for an HTML5 document
<!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