Files
cloudron-box/dashboard/filemanager.html
2025-07-11 15:29:46 +02:00

11 lines
198 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>File Manager</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/filemanager.js"></script>
</body>
</html>