screaming

This commit is contained in:
sam 2023-12-20 17:13:48 +01:00
parent a06dd22da4
commit 91f3f71d8d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
9 changed files with 86 additions and 16 deletions

View file

@ -1,12 +1,12 @@
<!doctype html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>vulpine-fe</title>
</head>
<body>
<body class="bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-gray-200">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>