Skip to content

Instantly share code, notes, and snippets.

@DocWatson
Created May 13, 2014 01:19
Show Gist options
  • Save DocWatson/76f30cb0d0fad2570003 to your computer and use it in GitHub Desktop.
Save DocWatson/76f30cb0d0fad2570003 to your computer and use it in GitHub Desktop.
HTML5 QuickStart Template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="">
</head>
<body>
<header class="site-header">
</header>
<main>
</main>
<footer class="site-footer">
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment