Created
August 4, 2023 17:09
-
-
Save ParadoxV5/46d87b69f2724d09e8a42d10096d37de to your computer and use it in GitHub Desktop.
a plain HTML boilerplate
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></title> | |
<link rel="styelsheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"> | |
<link rel="stylesheet" href="styles.css"> | |
<script src="script.js"></script> | |
</head> | |
<body> | |
<main></main> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment