Skip to content

Instantly share code, notes, and snippets.

@hahanein
Last active May 31, 2025 09:16
Show Gist options
  • Save hahanein/3ed616709c851a4538c1e175db02cd45 to your computer and use it in GitHub Desktop.
Save hahanein/3ed616709c851a4538c1e175db02cd45 to your computer and use it in GitHub Desktop.
An HTML standard template
<!doctype html>
<html>
<head>
<title>An HTML standard template</title>
<meta charset="utf-8" />
</head>
<body>
<p>… Your HTML content here …</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment