Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabrieleCutowl/110d40ab90487739ce78039980b86652 to your computer and use it in GitHub Desktop.
Save gabrieleCutowl/110d40ab90487739ce78039980b86652 to your computer and use it in GitHub Desktop.
Minimal blank html template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment