Files
taskview-community/web/index.html
T
2026-02-21 18:48:38 +01:00

27 lines
738 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon"
type="image/svg+xml"
href="/logo.svg" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="preconnect"
href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=public-sans:400,500,600,700"
rel="stylesheet" />
<title>TaskView</title>
<meta name="description"
content="TaskView is a self-hosted project and task management platform focused on clarity, ownership, and control.">
</head>
<body>
<div id="app"
class="isolate"></div>
<script type="module"
src="/src/main.ts"></script>
</body>
</html>