jQuery moved to bottom to not block HTML rendering

This commit is contained in:
Jamie Kerner 2018-11-19 14:48:09 +01:00
parent bcedd9ada9
commit dc2615b9c3
1 changed files with 1 additions and 1 deletions

View File

@ -8,12 +8,12 @@
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.3.1.js"></script>
</head>
<body>
<h1>InstantChat</h1>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/client.js"></script>
</body>