Integrate TailwindCSS

This commit is contained in:
2023-01-25 12:47:39 +01:00
parent 3a14ea98a6
commit 04e6b01c2a
12 changed files with 79 additions and 178 deletions

View File

@ -2,11 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="description" content="Self-hosted time-tracker."/>
<meta name="keywords" content="time, tracking, video games, self-hosted"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<!-- TODO: replace with own icon -->
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
<title>Timetracker</title>
</head>
<body>
<body class="dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>