forked from royels/SafetyNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupgrade.html
More file actions
81 lines (76 loc) · 2.87 KB
/
upgrade.html
File metadata and controls
81 lines (76 loc) · 2.87 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="https://s3.amazonaws.com/codiqa-cdn/codiqa.ext.css" rel="stylesheet">
<link href="https://s3.amazonaws.com/codiqa-cdn/mobile/1.4.2/jquery.mobile-1.4.2.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="https://s3.amazonaws.com/codiqa-cdn/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<script src="https://s3.amazonaws.com/codiqa-cdn/codiqa.ext.js"></script>
<script src="script.js"></script>
</head>
<body>
<div data-role="page" data-control-title="Upgrade Now!" id="page5">
<div data-theme="a" data-role="header">
<h1 class="ui-title">
Upgrade
</h1>
</div>
<div role="main" class="ui-content">
<div data-controltype="textblock">
<p>
<span style="font-size: small;">
<b>
Upgrade to our premium version! Only $5.00 a month
</b>
</span>
</p>
<ul>
<li dir="ltr">
<p dir="ltr">
<span style="font-size: small;">
Allows 24/7 concierge to direct emergency responders to your location,
and help you handle any safety issue.
</span>
</p>
</li>
<li dir="ltr">
<p dir="ltr">
<span style="font-size: small;">
Receive SMS alerts in your locations to be notified real-time on issues
in your area.
</span>
</p>
</li>
<li dir="ltr">
<span style="font-size: small;">
Have ads removed from the app:
</span>
</li>
</ul>
</div>
<div class="ui-field-contain" data-controltype="textinput">
<label for="textinput3">
Name:
</label>
<input name="" id="textinput3" placeholder="" value="" type="text">
</div>
<div class="ui-field-contain" data-controltype="textinput">
<label for="textinput4">
Credit Card
</label>
<input name="" id="textinput4" placeholder="" value="" type="text">
</div>
<input type="submit" value="Submit">
<a href="#page1" class="ui-btn ">
Cancel
</a>
</div>
</div>
</body>
</html>