-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhub.html
More file actions
30 lines (29 loc) · 1.22 KB
/
Copy pathhub.html
File metadata and controls
30 lines (29 loc) · 1.22 KB
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light">
<title>Margin — 메모 허브</title>
</head>
<body>
<main id="hub" class="hub">
<header class="hub-head">
<svg class="hub-mark" viewBox="0 0 128 128" width="24" height="24" aria-hidden="true" focusable="false">
<rect x="5" y="5" width="118" height="118" rx="26" fill="#FBFAF6" stroke="#D7D3C6" stroke-width="6"/>
<rect x="22" y="54" width="50" height="20" rx="6" fill="#FAD57E"/>
<rect x="22" y="30" width="46" height="9" rx="4.5" fill="#C7C3B5"/>
<rect x="27" y="59.5" width="40" height="9" rx="4.5" fill="#756F5E"/>
<rect x="22" y="92" width="38" height="9" rx="4.5" fill="#C7C3B5"/>
<circle cx="99" cy="64" r="8.5" fill="#BA7517"/>
</svg>
<h1>메모</h1>
<input id="hubSearch" class="search" placeholder="메모·인용문 검색">
</header>
<section class="empty">
저장된 문서와 메모는 M5에서 표시합니다.
</section>
</main>
<script type="module" src="/src/hub/hub.ts"></script>
</body>
</html>