Last active
January 22, 2021 14:47
-
-
Save ProofOfPizza/86329cf7ee2d5959f1b02ff61c425794 to your computer and use it in GitHub Desktop.
HTML5 skeleton
This file contains 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" /> | |
<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