Files
cloudron-box/dashboard/logs.html

11 lines
183 B
HTML
Raw Normal View History

2023-07-12 13:21:21 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-07-13 12:14:37 +02:00
<title>Logs</title>
2023-07-12 13:21:21 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/logs.js"></script>
</body>
</html>