загрузка 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="Expires" content="0" />
<title>Рабочее окно матча</title>
<link
rel="stylesheet"
href="{{ url_for('static', path='styles.css') }}?v=10"
/>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
@@ -1175,6 +1172,6 @@
}, 15000);
})();
</script>
<script src="{{ url_for('static', path='script.js') }}?v=10"></script>
<script src="/static/js/app.js"></script>
</body>
</html>