-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (25 loc) · 1.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/LOGO.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>國立雲林科技大學 GDSC</title>
<!-- og & meta -->
<meta name="title" content="國立雲林科技大學 GDSC" />
<meta name="description" content="國立雲林科技大學 Google 學生開發者社團 官方網站" />
<meta property="og:type" content="website">
<meta property="og:title" content="國立雲林科技大學 GDSC">
<meta property="og:description" content="國立雲林科技大學 Google 學生開發者社團 官方網站">
<meta property="og:image" content="https://nyust-gdsc.github.io/LOGO.png">
<meta property="og:url" content="https://nyust-gdsc.github.io/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="國立雲林科技大學 GDSC">
<meta property="twitter:description" content="國立雲林科技大學 Google 學生開發者社團 官方網站">
<meta property="twitter:image" content="https://nyust-gdsc.github.io/LOGO.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>