Skip to content

Instantly share code, notes, and snippets.

View Underwaterr's full-sized avatar
🐝
Bzz bzz

Tyler Lane Underwaterr

🐝
Bzz bzz
View GitHub Profile
@Underwaterr
Underwaterr / index.html
Created July 23, 2022 14:23
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>