jQuery moved to bottom to not block HTML rendering
This commit is contained in:
parent
bcedd9ada9
commit
dc2615b9c3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue