Files
cloudron-box/frontend/filemanager.html

14 lines
344 B
HTML
Raw Normal View History

2023-02-19 17:13:33 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FileManager</title>
</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>