-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 920 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="https://media.licdn.com/dms/image/v2/D560BAQHBFMuOp2qn1g/company-logo_200_200/company-logo_200_200/0/1722023047929/beunecofficial_logo?e=1761177600&v=beta&t=Ed6HqA7GqHA4mT8yw5YOVxQp1F_aNsol71RnpN-qMb0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Production-ready task management application built with Brolostack Framework - Zero server costs, maximum performance" />
<meta name="keywords" content="brolostack, task management, react, typescript, zero cost, productivity" />
<meta name="author" content="Beunec Technologies, Inc." />
<title>Brolostack Task Manager - Zero-Cost Full-Stack App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>