forked from hummingbird-me/kitsu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qu-embed.html
20 lines (18 loc) · 810 Bytes
/
qu-embed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en" dir="ltr" class="theme-dark">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Open+Sans:[email protected]&family=M+PLUS+2:[email protected]&family=Noto+Sans+KR:[email protected]&family=Noto+Sans+JP:[email protected]&family=Asap:[email protected]&family=M+PLUS+Rounded+1c:wght@800&family=Jua&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="app"><!--ssr-outlet--></div>
<script type="module" src="/src/entry-qu-embed.tsx"></script>
</body>
</html>