mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-08-20 17:18:36 +02:00
20 lines
505 B
HTML
20 lines
505 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="h-full">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script src="../base1/cockpit.js"></script>
|
|
<script src="../manifests.js"></script>
|
|
<script src="../*/po.js"></script>
|
|
<title>Users and Groups</title>
|
|
</head>
|
|
|
|
<body class="h-full overflow-hidden">
|
|
<div id="app" class="h-full"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|