Last active
May 31, 2025 09:16
-
-
Save hahanein/3ed616709c851a4538c1e175db02cd45 to your computer and use it in GitHub Desktop.
An HTML standard template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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