Main page / CORS

This commit is contained in:
Leons Aleksandrovs
2025-07-02 21:18:08 +03:00
parent ebc0665468
commit 95afdcb364
9 changed files with 80 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
<link rel="manifest" href="/manifest.json" />
<title>Bolderjara Serviss</title>
</head>
<body class="bg-gray-900">
<body class="bg-body">
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>