Промежуточный комит для отдачи задания брату

This commit is contained in:
AidarKC
2026-04-03 10:50:44 +03:00
parent c0fba4af94
commit 78e62997d1
40 changed files with 324 additions and 122 deletions
+4 -4
View File
@@ -4,9 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Shine UI Demo</title>
<link rel="stylesheet" href="./styles/main.css?v=20260330001044" />
<link rel="stylesheet" href="./styles/layout.css?v=20260330001044" />
<link rel="stylesheet" href="./styles/components.css?v=20260330001044" />
<link rel="stylesheet" href="./styles/main.css?v=20260330210201" />
<link rel="stylesheet" href="./styles/layout.css?v=20260330210201" />
<link rel="stylesheet" href="./styles/components.css?v=20260330210201" />
</head>
<body>
<div class="app-shell">
@@ -15,6 +15,6 @@
<div id="toolbar-slot" class="toolbar-slot"></div>
</div>
<div id="modal-root"></div>
<script type="module" src="./js/app.js?v=20260330001044"></script>
<script type="module" src="./js/app.js?v=20260330210201"></script>
</body>
</html>