feat: add Viossa i18n

This commit is contained in:
Sheldon Cooper 2025-06-05 23:59:46 -04:00
parent ddac56a693
commit 8ecc528634
7 changed files with 87 additions and 26 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" class="has-navbar-fixed-top">
<html lang="en" class="has-background-black has-navbar-fixed-top">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/viossa_circle.svg"/>
@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Viossa.net</title>
</head>
<body class="has-background-black">
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>