Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
<!-- Core theme CSS (includes Bootstrap)-->
|
17 |
<!-- <link href="/css/styles.css" rel="stylesheet" /> -->
|
18 |
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='styles/style.css')}}" >
|
|
|
19 |
</head>
|
20 |
<body id="page-top">
|
21 |
<!-- Navigation-->
|
|
|
16 |
<!-- Core theme CSS (includes Bootstrap)-->
|
17 |
<!-- <link href="/css/styles.css" rel="stylesheet" /> -->
|
18 |
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='styles/style.css')}}" >
|
19 |
+
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js" crossorigin="anonymous"></script>
|
20 |
</head>
|
21 |
<body id="page-top">
|
22 |
<!-- Navigation-->
|