fixed missing script import
This commit is contained in:
8
app/static/js/socket.io.min.js
vendored
Normal file
8
app/static/js/socket.io.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -5,6 +5,7 @@
|
|||||||
<title>Live Confusion Alerts</title>
|
<title>Live Confusion Alerts</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/output.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/output.css') }}">
|
||||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
|
<script src="{{ url_for('static', filename'js/socket.io.min.js') }}">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-background min-h-screen">
|
<body class="bg-background min-h-screen">
|
||||||
<nav class="bg-white border-gray-200 dark:bg-gray-900">
|
<nav class="bg-white border-gray-200 dark:bg-gray-900">
|
||||||
|
|||||||
Reference in New Issue
Block a user