Skip to content

Instantly share code, notes, and snippets.

@ParadoxV5
Created August 4, 2023 17:09
Show Gist options
  • Save ParadoxV5/46d87b69f2724d09e8a42d10096d37de to your computer and use it in GitHub Desktop.
Save ParadoxV5/46d87b69f2724d09e8a42d10096d37de to your computer and use it in GitHub Desktop.
a plain HTML boilerplate
<!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