22 lines
729 B
HTML
22 lines
729 B
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<meta name="theme-color" content="#f2f2f7" />
|
|
<meta name="description" content="NAS용 Todo" />
|
|
<link
|
|
rel="stylesheet"
|
|
as="style"
|
|
crossorigin
|
|
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
|
|
/>
|
|
<title>Todo</title>
|
|
</head>
|
|
<body class="bg-surface-subtle text-ink antialiased">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|