removed static cache busters

This commit is contained in:
Michaël Ferrand 2017-05-04 11:00:49 +02:00 committed by GitHub
parent 01f8829f0c
commit 0b1a9fa0f4

View File

@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/normalize.css?ef81677">
<link rel="stylesheet" href="css/main.css?ef81677">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="no-gamepad">No active gamepad detected. Press <kbd>H</kbd> to read instructions.</div>
@ -58,6 +58,6 @@
</div>
<script src="https://static.e7d.io/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/gamepad.js?ef81677"></script>
<script src="js/gamepad.js"></script>
</body>
</html>