Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created August 10, 2017 18:45
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 sevperez/1e68f640b7edf8e19c4290000b2fa1ea to your computer and use it in GitHub Desktop.
Save sevperez/1e68f640b7edf8e19c4290000b2fa1ea to your computer and use it in GitHub Desktop.
Skeleton of a basic HTML file.
<!DOCTYPE html>
<html lang="en-US">
<head>
<title></title>
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment