-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en;auto" cache="no">
<head>
<title globalize="title">Identity and Access Management</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge;ie=10;chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<base env="local:/;prod:/">
<link type="image/x-icon" href="" rel="shortcut icon">
<link type="text/css" href="https://cdn.front.nu/dist/front.css" rel="stylesheet">
<link type="text/css" href="https://cdn.front.nu/dist/design/front/theme/front.css" rel="stylesheet">
<script src="https://cdn.front.nu/dist/front.js" lib="nav;json;globalize" store="assets/json/vars/api:api"></script>
</head>
<body>
<header></header>
<nav class="topbar h4 pr2 gap2- shade1" selective="true">
<figure class="mh30p pl2">
<a class="b0 pr025" href="./" key="0">
<img src="https://www.aleptra.com/assets/img/logo_black.png">
</a>
<p class="pr05">IdAM</p>
</figure>
<form class="f2">
<input type="text" class="w100 bs0" placeholder="Search" onkeyup="filter()">
</form>
<a href="persons.html" class="fs80" key="4" globalize="persons"><i class="icon16 pr05">🚽</i>.</a>
<a href="account" class="fs80" key="4"><i class="icon16">⍈</i></a>
</nav>
<aside></aside>
<main include="home.html"></main>
<aside></aside>
<footer></footer>
</body>
</html>