загрузка js и css
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user