Files
openwork/index.html
2026-01-13 19:06:03 -08:00

17 lines
580 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>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
</head>
<body class="bg-neutral-950 text-neutral-100">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>