Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created April 5, 2009 15:02
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save hubgit/90452 to your computer and use it in GitHub Desktop.
Save hubgit/90452 to your computer and use it in GitHub Desktop.
A blank HTML Strict 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>
@algj
Copy link

algj commented Jun 17, 2018

SPYROTTHEHACKER wut

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment