This commit is contained in:
Theo Browne
2025-02-14 22:03:20 -08:00
parent cb6f2bf817
commit b33d286134
4 changed files with 18 additions and 113 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>T3 Search</title>
</head>
<body>
<body style="background-color: transparent">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>