Skip to content

Instantly share code, notes, and snippets.

@wvuwebgist
Created November 26, 2018 21:16
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 wvuwebgist/3cfcc0503933f718242fd58e3d2f6b8f to your computer and use it in GitHub Desktop.
Save wvuwebgist/3cfcc0503933f718242fd58e3d2f6b8f to your computer and use it in GitHub Desktop.
A barebones, W3C valid HTML page.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A W3C Valid HTML Document</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment