fix
All checks were successful
/ upload (release) Successful in 22s

This commit is contained in:
pavel 2026-02-24 21:41:32 +01:00
commit b3242b84ff

View file

@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="/static/styles.css" />
<!-- Lucide Icons --> <!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script> <script src="https://unpkg.com/lucide@latest"></script>
</head> </head>
@ -238,7 +238,7 @@
</div> </div>
</div> </div>
<script src="app.js" defer></script> <script src="/static/app.js" defer></script>
</body> </body>
</html> </html>