Skip to content

Instantly share code, notes, and snippets.

@ProofOfPizza
Last active January 22, 2021 14:47
Show Gist options
  • Save ProofOfPizza/86329cf7ee2d5959f1b02ff61c425794 to your computer and use it in GitHub Desktop.
Save ProofOfPizza/86329cf7ee2d5959f1b02ff61c425794 to your computer and use it in GitHub Desktop.
HTML5 skeleton
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
<title>Document</title>
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" href="images/favicon.png" />
<!-- this is so we can immediately see changes in browser -->
<script src="app.js" defer></script>
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment