2022-05-26 14:48:01 -03:00

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>