Skip to content

Instantly share code, notes, and snippets.

@kwechsler
Created March 13, 2012 04:10
Show Gist options
  • Save kwechsler/2026677 to your computer and use it in GitHub Desktop.
Save kwechsler/2026677 to your computer and use it in GitHub Desktop.
HTML: Basic file - minimum
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment