Files
openwork/index.html
2026-01-13 17:39:22 -08:00

13 lines
336 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenWork</title>
</head>
<body class="bg-neutral-950 text-neutral-100">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>