Skip to content

Instantly share code, notes, and snippets.

@hartliddell
Created August 17, 2015 03:22
Show Gist options
  • Save hartliddell/27157a03c312f360b9cd to your computer and use it in GitHub Desktop.
Save hartliddell/27157a03c312f360b9cd to your computer and use it in GitHub Desktop.
HTML Skeleton
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hello World</title>
</head>
<body>
Hello World!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment