Skip to content

Instantly share code, notes, and snippets.

@alihammad-gist
Created December 30, 2012 14:14
Show Gist options
  • Save alihammad-gist/4413003 to your computer and use it in GitHub Desktop.
Save alihammad-gist/4413003 to your computer and use it in GitHub Desktop.
HTML Basic Template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>[Title]</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment