change sassets include url

This commit is contained in:
2024-10-09 09:31:19 +00:00
parent 9703ff5569
commit 863ed65646
7 changed files with 56 additions and 85 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UI kit</title>
<link rel="stylesheet" type="text/css" href="/assets/css/gp-style-core.css">
<link rel="stylesheet" type="text/css" href="assets/css/gp-style-core.css">
</head>
<style>
/* Стили для выравнивания UI-элеметнов для данной страницы */
@@ -172,6 +172,6 @@
</div>
</div> -->
<script src="/assets/js/gp-main.js"></script>
<script src="assets/js/gp-main.js"></script>
</body>
</html>