14 lines
376 B
Handlebars
14 lines
376 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Role Based Access Control</title>
|
|
</head>
|
|
<body>
|
|
<div class="container static" style="height: 100vh;">
|
|
<div class="card static" style="overflow-y:auto;flex: 1 1 auto;" >
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |