-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (45 loc) · 1.62 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta hid="description" name="description" content="linQ" />
<meta property="og:site_name" content="linQ" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ブックマーク共有サービス linQ" />
<meta property="og:description" content="linQでは、あなたが見つけたサイトの共有、ブックマークが簡単に行えます。"/>
<meta property="og:url" content="https://linq.trap.games" />
<meta property="og:image" content="https://md.trap.jp/uploads/upload_93bd4049585e5fecd9f17b2b8eb6b39c.png" />
<meta name="twitter:card" content="summary_large_image" />
<title>linQ</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<style>
html {
font-size: 15px;
}
@media screen and (max-width: 640px) {
html {
font-size: 12px;
}
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
display: none;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.2);
}
</style>