23 lines
939 B
HTML
23 lines
939 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>User Manager Portal</title>
|
|
<base href="/" />
|
|
<user-manager-api href="/api/" user-route="user" group-route="group" module-route="module"
|
|
module-of-user-route="moduleOfUser" group-of-user-route="groupOfUser" user-representation-route="userRep"
|
|
dir-group-route="directory/Group?propName=samaccountname" dir-user-route="directory/user" dir-route="directory"
|
|
login-route="auth/login" , logout-route="auth/logout" , login-check-route="auth/check" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<app-root>Loading...</app-root>
|
|
</body>
|
|
|
|
</html> |