Files
drive/apps/drive-web/index.html

13 lines
293 B
HTML
Raw Permalink Normal View History

2025-09-13 22:02:27 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drive</title>
2025-09-13 22:02:27 +01:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/entry.tsx"></script>
2025-09-13 22:02:27 +01:00
</body>
</html>