forked from eunicebes/emotion_Map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.86 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
38
39
40
41
42
<html>
<head>
<title>emotion-Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="og:description" content="曾經你去過哪些地方?那時的你,是開心,還是難過呢!?" />
<meta property="og:title" content="Emotion Map"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://idea.cs.nthu.edu.tw/~eunice/emotion_Map"/>
<meta property="og:image" content="https://idea.cs.nthu.edu.tw/~eunice/emotion_Map/img/demo.jpg"/>
<meta property="og:site_name" content="Emotion Map" />
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="container">
<div id="main-container">
<div id="title">emotion.Map</div>
<hr class="division"/>
<div class="info_img">
<img src="img/map.png">
</div>
<div style="width: 80%; margin: 25px auto; font-size: 16px;">
Before you start, please check the following reminder:<br/>
1. We only provide Chinese version now. Versions in other languages are still in progress.<br/>
2. Once you login, you agree to our <a href="http://privacypolicies.com/privacy/view/eYDsEM">Privacy Policy</a>.<br/>
</div>
<div id="fb_button"><a href="javascript: fb_login()">START</a></div>
<div id="copyright">
Ⓒ 2017 IDEA LAB, NTHU
</div>
</div>
</div>
</body>
<footer>
<!-- js -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/login.js"></script>
</footer>
</html>