-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon-precomposed" href="assets/img/apple_touch_icon.png" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/util.css" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
</head>
<body style="margin:0px;padding:0px;">
<div id="home" data-role="page" data-theme="b" class="ui-page ui-body-b" data-title="">
<!-- content -->
<div data-role="content" style="background-image:url(assets/img/wallpaper.png);background-repeat:no-repeat;background-size:contain;padding:0px;margin:0px;">
<div style="height:1064px;width:640px;">
</div>
<div class="clr"></div>
</div>
<!-- / content -->
</div>
</body>
</html>