Skip to content

Instantly share code, notes, and snippets.

@amit1952
Forked from tillsc/gist:974281
Created June 19, 2012 14:59
Show Gist options
  • Save amit1952/2954658 to your computer and use it in GitHub Desktop.
Save amit1952/2954658 to your computer and use it in GitHub Desktop.
html4 template
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>HTML4 Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment