Skip to content

Instantly share code, notes, and snippets.

@nguyenlocduy
Created November 13, 2010 08:30
Show Gist options
  • Save nguyenlocduy/675189 to your computer and use it in GitHub Desktop.
Save nguyenlocduy/675189 to your computer and use it in GitHub Desktop.
a bare bone for html files
<!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>untitled</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment