Skip to content

Instantly share code, notes, and snippets.

@Underwaterr
Created July 23, 2022 14:23
Show Gist options
  • Save Underwaterr/fc3a526dbe14d0160665c4d045edcfaf to your computer and use it in GitHub Desktop.
Save Underwaterr/fc3a526dbe14d0160665c4d045edcfaf to your computer and use it in GitHub Desktop.
Simple HTML Starter
<!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