21 lines
688 B
HTML
21 lines
688 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Relay — 사내 업무 지시 플랫폼" />
|
|
<!-- Pretendard 웹폰트 (디자인 시안 기준 서체) -->
|
|
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css"
|
|
/>
|
|
<title>Relay</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|