mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 07:28:43 -04:00
Introducing new getEphemeralMediaData Fixing some minor stuff Running pnpm format Co-authored-by: jake <77554505+brxken128@users.noreply.github.com>
15 lines
367 B
HTML
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>
|