styles added

This commit is contained in:
tokslaw7
2025-06-22 20:19:12 -04:00
parent 0c63ce94c4
commit 73b396344e
4 changed files with 112 additions and 17 deletions
+5 -3
View File
@@ -2,12 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="https://fav.farm/📂" />
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>Intro_to_Prisma</title>
</head>
<body>
<div id="app"></div>
<button id="toggle">Dark Theme</button>
<div id="app" class="container"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>