forked from lbj96347/Fans-YYC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 2.23 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
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name='description' content='友演出应用-歌迷' >
<meta name='author' content='CashLee-GaiaMagic' >
<title>友演出-歌迷应用-开发</title>
<link rel="apple-touch-icon" href="images/icons/icon-57.png"/>
<link rel="apple-touch-startup-image" href="images/tool/landing-page-2.png" />
<link rel='stylesheet' type='text/css' href='css/style.3.5.css' />
<link rel='stylesheet' type='text/css' href='css/jquery.mobile.structure-1.0.css' />
<script type='text/javascript' language='javascript' src='js/libs/jquery-1.7.min.js'></script>
<script type='text/javascript' language='javascript' src='js/libs/jquery.mobile-1.0.min.js'></script>
<script type='text/javascript' language='javascript' src='js/app.js'></script>
<script type='text/javascript' language='javascript' src='js/data.js'></script>
</head>
<body>
<div id='container' class='landing-page'>
<header>
<!-- app logo insert -->
<a id='app-logo'></a>
<!-- app preview button/right side -->
<a id='freeEnter' onclick="window.location='show.html';" class='absolute'></a>
</header>
<div class='index-wrapper'>
<form id='login' name='login' method='post' action='#'>
<p><input id='username' class='account-input round8' type='email' name='email' placeholder='帐号' value='[email protected]'/></p>
<p><input id='password' class='account-input round8' type='password' name='password' placeholder='密码' value='123456'/></p>
<p><input class='account-button round8' id='form-submit' type='submit' value='登陆' name='signin' /></p>
<p><button class='account-button round8' onclick="window.location='signup.html'">注册</button></p>
</form>
</div>
<footer>
<!-- gm logo insert here -->
<a id='company'></a>
</footer>
</div>
<!-- test the swipe view -->
</body>
</html>