web: start: login et logout

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-05-30 00:00:33 +02:00
commit 027ac11870
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
7 changed files with 330 additions and 17 deletions

View file

@ -39,6 +39,10 @@
color: #6c7086;
}
header .spacer {
flex: 1;
}
.layout {
display: flex;
flex: 1;
@ -70,13 +74,16 @@
</head>
<body>
<login-gate></login-gate>
<api-client></api-client>
<header>
<h1>two</h1>
<span>network orchestrator</span>
<div class="spacer"></div>
<logout-button></logout-button>
</header>
<api-client></api-client>
<div class="layout">
<side-nav></side-nav>