Skip to content

Instantly share code, notes, and snippets.

@nastysloper
Last active November 27, 2021 04:01
Show Gist options
  • Save nastysloper/76e5fc76db809b512eb03a9964b0eec5 to your computer and use it in GitHub Desktop.
Save nastysloper/76e5fc76db809b512eb03a9964b0eec5 to your computer and use it in GitHub Desktop.
A blank html page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Rad Web Page</title>
<link rel="stylesheet" href="#">
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment