-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (36 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113479316-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113479316-1');
</script>
<!-- Web Config -->
<meta charset="UTF-8">
<meta http-equiv="ScreenOrientation" content="autoRotate:disabled">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection"content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Web Info -->
<title>2019 | 成大單車節 NCKU Bike Festival</title>
<meta name="application-name" content="2019 成大單車節|NCKU Bike Festival"/>
<meta name="description" content="南台灣最大科系博覽會。幫助高中生跨越資訊的鴻溝,了解成大的科系及大學生活。就在 3 月 2 日成大單車節,一起找回你的選擇權!" />
<link rel="icon" href="/favicon.ico" sizes="16x16" type="image/ico">
<!-- Facebook Open Graph -->
<meta property="fb:app_id" content="205037263723619"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://nckubikefestival.com/" />
<meta property="og:title" content="2019 成大單車節|NCKU Bike Festival"/>
<meta property="og:image" content="http://i.imgur.com/LN5mQhS.png"/>
<meta property="og:description" content="南台灣最大科系博覽會。幫助高中生跨越資訊的鴻溝,了解成大的科系及大學生活。就在 3 月 2 日成大單車節,一起找回你的選擇權!"/>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>