-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
35 lines (34 loc) · 1.21 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="筑波大学の、情報メディア創成学類、知識情報図書館学類のための卒業要件チェッカー"
/>
<meta name="og:title" content="卒業要件チェッカー" />
<meta
name="og:description"
content="筑波大学の情報メディア創成学類、知識情報図書館学類のための卒業要件チェッカー"
/>
<meta name="og:type" content="website" />
<meta
name="og:url"
content="https://mimori256.github.io/Graduation-Checker/"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@mimorimori256" />
<meta name="twitter:creator" content="@mimorimori256" />
<meta name="twitter:title" content="卒業要件チェッカー" />
<meta
name="twitter:description"
content="筑波大生向けの卒業要件チェッカー"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>卒業要件チェッカー</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>