-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang="ja">
<head>
<title>momiji2</title>
<meta charset="UTF-8">
<link rel="icon" href="./img/favicon.png" type="image/x-icon">
<meta name="description" content="広島大学シラバス検索システム momiji2(非公式)" />
<meta name="keywords" content="広島大学,広大,シラバス,momiji2,momiji,もみじ" />
<meta name="author" content="swawa_yu" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@swawa_yu" />
<meta property="og:url" content="https://swawa-yu.github.io/momiji2/" />
<meta property="og:title" content="momiji2" />
<meta property="og:description" content="広島大学シラバス検索システム momiji2(非公式)" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MGSM0B6GJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1MGSM0B6GJ');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>