fixed missing script import

This commit is contained in:
2025-11-05 17:35:44 +01:00
parent bfda3746fd
commit 6528fdd67c
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<title>Live Confusion Alerts</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/output.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<script src="{{ url_for('static', filename'js/socket.io.min.js') }}">
</head>
<body class="bg-background min-h-screen">
<nav class="bg-white border-gray-200 dark:bg-gray-900">