Files
spacedrive/apps/web/index.html
Jamie Pine 14dbd8da61 lint
2026-01-07 21:58:17 -08:00

13 lines
293 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spacedrive</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>