Skip to content

Instantly share code, notes, and snippets.

@wellyington
Created December 24, 2022 16:04
Show Gist options
  • Save wellyington/7675b84a8bd22fbc964a0ab8c9df37d6 to your computer and use it in GitHub Desktop.
Save wellyington/7675b84a8bd22fbc964a0ab8c9df37d6 to your computer and use it in GitHub Desktop.
HTML Basic Template
<!-- HTML Basic Template -->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta name="viewport" content="width=device-width">
<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