Skip to content

Instantly share code, notes, and snippets.

@acidtone
Last active September 8, 2023 18:19
Show Gist options
  • Save acidtone/6871979b4f4b04375edb6312dcdba5b7 to your computer and use it in GitHub Desktop.
Save acidtone/6871979b4f4b04375edb6312dcdba5b7 to your computer and use it in GitHub Desktop.
HTML: an empty file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Title Here!</title>
</head>
<body>
<!-- pretty empty -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment