This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-jackwagon/index.html
2023-10-16 01:01:05 -07:00

12 lines
310 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TODO: make a good name</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>