Created
July 23, 2022 14:23
-
-
Save Underwaterr/fc3a526dbe14d0160665c4d045edcfaf to your computer and use it in GitHub Desktop.
Simple HTML Starter
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> | |
<title>Hello, world!</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<h1>Welcome 2 My Homepage</h1> | |
<p>Thank u for visiting <code>https://www.example.com/</code>.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment