Fix jQuery include, online material icons

This commit is contained in:
Daniel Bulant 2019-06-22 21:33:12 +02:00 committed by GitHub
parent 773aa79ebb
commit ef5409c1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>Console hub (ALPHA)</title>
<link rel="stylesheet" href="iconfont/styles.css">
<link rel="stylesheet" href="styles.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"><!-- include material icons -->
<link rel="stylesheet" href="styles.min.css"><!-- include custom stylesheet -->
<link rel="icon" href="favicon.ico">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.json"><!-- chrome's manifest, no use currently -->
</head>
<body>
<div class="welcome-main">
@ -149,7 +149,7 @@
<div id="snackbar"></div>
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script src="../jquery.min.js"></script>
<script src="jquery.min.js"></script>
<script>if (window.module) module = window.module;</script>
<script src="gamepad.js"></script>
<script src="functions.js"></script>