2024-04-11 21:40:22 +00:00
|
|
|
<!doctype html>
|
2024-10-23 19:44:47 +00:00
|
|
|
<html lang="en" class="dark dark:bg-background dark:text-foreground">
|
2024-04-11 21:40:22 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-10-23 19:53:40 +00:00
|
|
|
<meta name="description" content="laconic tools dashboard" />
|
2024-04-11 21:40:22 +00:00
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<meta name="msapplication-TileColor" content="#2d89ef" />
|
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<link rel="manifest" href="/manifest.json" />
|
2024-10-23 14:56:34 +00:00
|
|
|
<title>Laconic</title>
|
2024-10-23 19:44:47 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2024-04-11 21:40:22 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|