Files
spacedrive/apps/web/src/index.html
Ericson "Fogo" Soares 3b8541ef54 [ENG-1028] Media data for ephemeral locations (#1287)
Introducing new getEphemeralMediaData
Fixing some minor stuff
Running pnpm format

Co-authored-by: jake <77554505+brxken128@users.noreply.github.com>
2023-09-04 08:28:45 +00:00

15 lines
367 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 style="overflow: hidden">
<div id="root"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>