Skip to content

Instantly share code, notes, and snippets.

@ufon
Created January 11, 2017 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ufon/20e580b5602b87586fc57a6752a45d71 to your computer and use it in GitHub Desktop.
Save ufon/20e580b5602b87586fc57a6752a45d71 to your computer and use it in GitHub Desktop.
shortest html5 document
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>blah</title>
</head>
<body>
<p>I'm the content</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment