Skip to content

Instantly share code, notes, and snippets.

@timlockridge
Last active May 11, 2016 23:13
Show Gist options
  • Save timlockridge/6445679 to your computer and use it in GitHub Desktop.
Save timlockridge/6445679 to your computer and use it in GitHub Desktop.
Simple (pre-css) HTML page structure for COM372
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title-goes-here</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment