Simple Managment webapp [LLM]

This commit is contained in:
2025-12-03 18:38:10 +01:00
parent 308d6bbba0
commit 7c88281f03
5 changed files with 13 additions and 0 deletions

View File

@@ -62,6 +62,7 @@
<span nz-icon nzType="logout"></span>
Logout
</button>
<img src="assets/logo.png" alt="SCN" class="header-logo" />
</div>
</nz-header>
<nz-content class="content-area">

View File

@@ -64,6 +64,11 @@
color: #666;
font-size: 13px;
}
.header-logo {
height: 36px;
width: auto;
}
}
.content-area {