Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Created February 16, 2012 20:07
Show Gist options
  • Save cpjobling/1847464 to your computer and use it in GitHub Desktop.
Save cpjobling/1847464 to your computer and use it in GitHub Desktop.
Basic HTML5 template
<!DOCTYPE html>
<html lang="en">
<head>
<title>An HTML5 standard template</title>
<meta charset="utf-8" />
<link rel="stylesheet" media="screen" href="nostyle.css" />
</head>
<body>
<p> Your HTML content here </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment