загрузка js и css

This commit is contained in:
2026-04-20 20:10:15 +03:00
parent 20efa172da
commit 99bc782c5d

View File

@@ -9,10 +9,7 @@
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" /> <meta http-equiv="Expires" content="0" />
<title>Рабочее окно матча</title> <title>Рабочее окно матча</title>
<link <link rel="stylesheet" href="/static/css/style.css">
rel="stylesheet"
href="{{ url_for('static', path='styles.css') }}?v=10"
/>
</head> </head>
<body> <body>
@@ -1175,6 +1172,6 @@
}, 15000); }, 15000);
})(); })();
</script> </script>
<script src="{{ url_for('static', path='script.js') }}?v=10"></script> <script src="/static/js/app.js"></script>
</body> </body>
</html> </html>