Initial dashboard organization setup
This commit is contained in:
25
frontend/public/organization.html
Executable file
25
frontend/public/organization.html
Executable file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>조직도 관리</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=SUIT:wght@400;500;700;800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body class="subpage-body">
|
||||
<header class="topbar compact">
|
||||
<div>
|
||||
<p class="eyebrow">Legacy Bridge</p>
|
||||
<h2>조직도 레거시 화면</h2>
|
||||
</div>
|
||||
<a class="secondary anchor-button" href="/">허브로 돌아가기</a>
|
||||
</header>
|
||||
<main class="iframe-wrap">
|
||||
<iframe src="/legacy/organization" title="조직도 레거시 앱"></iframe>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user