index.html
1.53 KB
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
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<meta name="viewport" content="width=device-width, initial-scale=1, script-src 'self' 'unsafe-inline'" />
<link rel="Stylesheet" media="all" type="text/css" href="bower_components/jquery-mobile-bower/css/jquery.mobile-1.4.5.css" />
<link rel="Stylesheet" href="../assets/css/index.css">
<style type="text/css" media="all">
body { cursor: default; }
</style>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<meta name="viewport" content="width=device-width, initial-scale=1, script-src 'self' 'unsafe-inline'" />
<link rel="Stylesheet" media="all" type="text/css" href="bower_components/jquery-mobile-bower/css/jquery.mobile-1.4.5.css" />
<link rel="Stylesheet" href="../assets/css/index.css">
<style type="text/css" media="all">
body { cursor: default; }
</style>
</head>
<body>
<div class="all">
<div class="top">
</div>
<div data-role="page" id="start" class="middle">
<div data-role="header" class="centered">
<img src="../assets/img/start_page.png" height=400px>
</div>
<div data-role="main" class="ui-content" id="btn_group">
<button id = "start_btn" onclick="location.href='alldata_menu.html'">START</button>
</div>
</div>
<div class="bottom"></div>
</div>
<script src='./index.js'></script>
</body>
</html>