wishlist-app/index.html
Benny Samir Hierl b85db33456 add gobal title
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-02-19 22:27:11 +01:00

13 lines
403 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wishlists</title>
</head>
<body class="bg-white text-black dark:bg-stone-900 dark:text-white/75">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>