Skip to content

Instantly share code, notes, and snippets.

@pikapower9080
Created April 22, 2022 20:51
Show Gist options
  • Save pikapower9080/7f3236a009368e2cff5d35b0c8897849 to your computer and use it in GitHub Desktop.
Save pikapower9080/7f3236a009368e2cff5d35b0c8897849 to your computer and use it in GitHub Desktop.
A super basic html shell - for my HTML tutorial
<!DOCTYPE html>
<html>
<head>
<title>My Site - Home</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment