-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 1012 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (21 loc) · 1012 Bytes
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
<!DOCTYPE html>
<html lang="ja" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ゆうやみポータル</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<meta property="og:title" content="ゆうやみポータル" />
<meta property="og:description" content="ゆうやみのポータルサイト" />
<meta property="og:image" content="https://u83-portal.web.app/background.jpg" />
<meta property="og:url" content="https://u83-portal.web.app/" />
<meta property="og:type" content="website" />
<meta name="description" content="ゆうやみのポータルサイト。作成したアプリやSNSアカウントへのリンクをまとめています。" />
<link rel="canonical" href="https://u83-portal.web.app/" />
<meta name="twitter:card" content="summary" />
</head>
<body class="bg-black">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>