mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-11 11:06:22 -04:00
11 lines
210 B
HTML
11 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Spacedrive</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html> |