pds-dash/web/index.html
ari 3f03c12152
whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
2025-04-20 00:18:33 -04:00

13 lines
364 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/witchcraft.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ATProto PDS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>