A short HTML template that passes the Nu HTML Checker with zero errors or warnings.
Last active
May 25, 2020 00:32
-
-
Save bryik/2e904f963cf06042a0bf1748871bbe26 to your computer and use it in GitHub Desktop.
HTML starter 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Hello</title> | |
</head> | |
<body> | |
<p>World.</p> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment