Skip to content

Instantly share code, notes, and snippets.

@fetfrum
Created September 13, 2017 10:08
Show Gist options
  • Save fetfrum/0663d7b130a27d47fc0464b857d2c353 to your computer and use it in GitHub Desktop.
Save fetfrum/0663d7b130a27d47fc0464b857d2c353 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Document</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
</body>
</html>
(function () {
'use strict';
// code
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment