Skip to content

Instantly share code, notes, and snippets.

@brandnewmovementt
Forked from hubgit/blank-html-template
Created April 5, 2012 01:45
Show Gist options
  • Save brandnewmovementt/2307334 to your computer and use it in GitHub Desktop.
Save brandnewmovementt/2307334 to your computer and use it in GitHub Desktop.
HTML: Blank Template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Title</title>
<link rel="stylesheet" href="style.css"/>
<style></style>
<script src="script.js"></script>
<script></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment