-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OCW Central</title>
<meta property="og:title" content="OCW Central" />
<meta
property="og:description"
content="OCW Centralは大学によって無償で提供される教育資源であるOCWのポータルサイトです。教育資源の保全とアクセス向上のため
京都大学情報学研究科の学生有志により運営されています。"
/>
<meta property="og:url" content="https://ocwcentral.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OCW Central" />
<meta property="og:image" content="https://ocwcentral.com/site-image.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="ocwcentral" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>