backlog-md/src/aggregator/web/index.html

14 lines
358 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Backlog Aggregator - Real-time Task View</title>
<link rel="icon" type="image/png" href="/favicon.png">
<script type="module" src="./app.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>