Files
FullStack_with_PrismaDB/frontend/index.html
T
2025-06-22 20:19:12 -04:00

16 lines
462 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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>Intro_to_Prisma</title>
</head>
<body>
<button id="toggle">Dark Theme</button>
<div id="app" class="container"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>