fix(build): corriger chemin CSS (public/style/4nk.css) pour Vite

This commit is contained in:
Your Name 2025-08-26 04:08:15 +02:00
parent 003597c222
commit 857e6f019f

View File

@ -6,7 +6,7 @@
<meta name="description" content="4NK Web5 Platform">
<meta name="keywords" content="4NK web5 bitcoin blockchain decentralize dapps relay contract">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/4nk.css">
<link rel="stylesheet" href="/style/4nk.css">
<script src="https://unpkg.com/html5-qrcode"></script>
<title>4NK Application</title>
</head>