-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (22 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<title>國立臺中科技大學 課表</title>
<meta charset="utf-8" />
<meta name="description" content="國立臺中科技大學課表,一個更便捷使用的課表,更快速查詢的工具。">
<meta name="keywords" content="中科大,課表,國立臺中科技大學,NUTC,eprotal,中科">
<meta name="author" content="夏特稀">
<meta name="copyright" content="夏特稀">
<meta http-equiv="Content-Language" content="zh-TW">
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/zh/7/77/NUTC_logo.gif">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- Facebook Meta property -->
<meta property="og:title" content="臺中科大課表 - 改編版" />
<meta property="og:description" content="一個比學校課表系統更好的工具" />
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/zh/7/77/NUTC_logo.gif" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>