Last active
November 27, 2021 04:01
-
-
Save nastysloper/76e5fc76db809b512eb03a9964b0eec5 to your computer and use it in GitHub Desktop.
A blank html page
This file contains hidden or 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> | |
<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