14 lines
534 B
HTML
14 lines
534 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/viossa_circle.svg" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Viossa.net</title>
|
|
</head>
|
|
<body class="has-background-primary-dark">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|