Files
cloudron-box/dashboard/filemanager.html

11 lines
198 B
HTML
Raw Normal View History

2023-02-19 17:13:33 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>File Manager</title>
2023-02-19 17:13:33 +01:00
</head>
<body>
<div id="app"></div>
2023-07-12 14:22:58 +02:00
<script type="module" src="/src/filemanager.js"></script>
2023-02-19 17:13:33 +01:00
</body>
</html>