Files
workorders/web/index.html
T

20 lines
584 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work Orders</title>
<link rel="stylesheet" href="/styles/reset.css">
<link rel="stylesheet" href="/styles/global.css">
<!-- Keycloak JS adapter (served by Keycloak itself) -->
<script src="http://localhost:8180/js/keycloak.js"></script>
</head>
<body>
<div id="app">
<p style="padding:2rem;color:#64748b">Connecting to authentication server...</p>
</div>
<script type="module" src="/app.mjs"></script>
</body>
</html>