Created
December 24, 2022 16:04
-
-
Save wellyington/7675b84a8bd22fbc964a0ab8c9df37d6 to your computer and use it in GitHub Desktop.
HTML Basic Template
This file contains 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
<!-- 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