mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
14 lines
294 B
HTML
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>
|