Files
spacedrive/apps/web/src/index.html
2023-01-19 19:32:35 -08:00

15 lines
342 B
HTML

<!DOCTYPE html>
<html class="vanilla-theme">
<head>
<meta charset="utf-8" />
<title>Spacedrive</title>
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>