Skip to content

Instantly share code, notes, and snippets.

@ericwwsun
Forked from nathansmith/html5_template.html
Created March 21, 2012 18:37
Show Gist options
  • Save ericwwsun/2150942 to your computer and use it in GitHub Desktop.
Save ericwwsun/2150942 to your computer and use it in GitHub Desktop.
HTML: Simple HTML5 Template
<!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>
<!-- This is a VERY bare bones version of a HTML5 template! -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment