Files
spacedrive/apps/web/src/index.html
2022-10-22 07:01:59 -07:00

14 lines
294 B
HTML

<!DOCTYPE html>
<html class="vanilla-theme">
<head>
<meta charset="utf-8" />
<title>Spacedrive</title>
<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>