тест6

This commit is contained in:
2026-04-20 20:13:40 +03:00
parent 99bc782c5d
commit ffdaef5051

View File

@@ -9,7 +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 rel="stylesheet" href="/static/css/style.css"> <link rel="stylesheet" href="/static/styles.css">
</head> </head>
<body> <body>
@@ -1172,6 +1172,6 @@
}, 15000); }, 15000);
})(); })();
</script> </script>
<script src="/static/js/app.js"></script> <script src="/static/script.js"></script>
</body> </body>
</html> </html>