Skip to content

Instantly share code, notes, and snippets.

@jancbeck
Created March 2, 2013 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jancbeck/5070903 to your computer and use it in GitHub Desktop.
Save jancbeck/5070903 to your computer and use it in GitHub Desktop.
Starting Template for HTML files
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement) /* removes no-js class */</script>
<title>Untitled Document</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment