Build installer and management site from spec

This commit is contained in:
2026-05-07 23:22:34 +09:00
parent 0b061e63b7
commit af6e559682
33 changed files with 7125 additions and 1 deletions

12
views/partials/navbar.ejs Normal file
View File

@@ -0,0 +1,12 @@
<header class="adminHeader">
<a class="brandLink" href="/op/dashboard">
<span class="brandMark">MC</span>
<span>관리자 페이지</span>
</a>
<details class="userMenu">
<summary><%= userId %></summary>
<form method="post" action="/op/logout">
<button type="submit">로그아웃</button>
</form>
</details>
</header>