Skip to content

Instantly share code, notes, and snippets.

@jackyscript
Created December 29, 2023 19:00
Show Gist options
  • Save jackyscript/c58f0fe39c02efeefd76d9c317b90b1c to your computer and use it in GitHub Desktop.
Save jackyscript/c58f0fe39c02efeefd76d9c317b90b1c to your computer and use it in GitHub Desktop.
HTML blank template
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Important title</title>
<meta name="description" content="Some content">
<meta name="author" content="dejafu">
<script type="module" src="some.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment