mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-11 21:38:56 +00:00
27 lines
738 B
HTML
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> |