-
Notifications
You must be signed in to change notification settings - Fork 0
/
free2.html
252 lines (158 loc) · 8.59 KB
/
free2.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<!--
Copyright (c) 2012-2016 Adobe Systems Incorporated. All rights reserved.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="progres-bar.css">
<!-- This is a wide open CSP declaration. To lock this down for production, see below. -->
<!--<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; media-src *" />-->
<!-- Good default declaration:
* gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication
* https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly
* Disables use of eval() and inline scripts in order to mitigate risk of XSS vulnerabilities. To change this:
* Enable inline JS: add 'unsafe-inline' to default-src
* Enable eval(): add 'unsafe-eval' to default-src
* Create your own at http://cspisawesome.com
-->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: 'unsafe-inline' https://ssl.gstatic.com; style-src 'self' 'unsafe-inline'; media-src *" /> -->
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<!-- Include the jQuery library -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Include the jQuery Mobile library -->
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/musicapp.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Hello World</title>
<style>
.copy{font-size:1em;
}
.copy a{text-decoration:none;
}
{background-color:lightblue;
height:650px;
}
</style>
</head>
<body>
<div data-role="page" class="ui-content" data-theme="a" >
<div data-role="header" data-position="fixed">
<h1>BubbaTunes Free Trial</h1>
</div>
<div data-role="main" class="ui-content ui-body-f">
<div data-role="controlgroup" data-type="horizontal">
<a href="index.html" class="ui-btn">Home</a>
<a href="javascript:history.go(-1)" class="ui-btn">Back</a>
</div>
<br>
<div class="audio" style="width:30%">
<img src="images/wendellb(500x500)" alt="images/wendellb(500x500)"><br>
<audio controls>
<!--<audio class="listen" preload="none" data-size="60" src="musicrandb/TravisSmith/01GottaGetThat.mp3"></audio>-->
<source src="musicrap/JAYZ&KanyeWest/03Ni__asinParis.mp3" type="audio/mp3"></audio>
</div>
<div>
<h3>" Jay Z & Kanye West"</h3>
<!--<a href="https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521"class="ui-btn">To Purchase CD</a>-->
<!--<input type="button" class="move" value="To Purchase CD">-->
<!--<a href="#" class="ui-btn" onClick="cordova.InAppBrowser.open('https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521','_system', 'location=yes');">To Purchase CD</a>-->
</div>
<br>
<hr>
<div class="audio" style="width:30%">
<img src="images/wendellb(500x500).jpg" alt="images/wendellb(500x500)"><br>
<audio controls>
<!--<audio class="listen" preload="none" data-size="60" src="musicrandb/TravisSmith/01GottaGetThat.mp3"></audio>-->
<source src="musicrandb/WendellB/02CelebrateYoDay.mp3" type="audio/mp3"></audio>
</div>
<div>
<h3>" Celebrate Yo Day" By Wendell B</h3>
<!--<a href="https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521"class="ui-btn">To Purchase CD</a>-->
<!--<input type="button" class="move" value="To Purchase CD">-->
<!--<a href="#" class="ui-btn" onClick="cordova.InAppBrowser.open('https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521','_system', 'location=yes');">To Purchase CD</a>-->
</div>
<hr>
<div class="audio" style="width:30%">
<img src="images/terrywright1(500x500).jpg" alt="images/terrywright1(500x500)" ><br>
<audio controls>
<!--<audio class="listen" preload="none" data-size="60" src="musicrandb/TravisSmith/01GottaGetThat.mp3"></audio>-->
<source src="musicrandb/TerryWright/01Track1.mp3" type="audio/mp3"></audio>
</div>
<div>
<h3>" Make That Body Rock" By Terry Wright</h3>
<!--<a href="https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521"class="ui-btn">To Purchase CD</a>-->
<!--<input type="button" class="move" value="To Purchase CD">-->
<!--<a href="#" class="ui-btn" onClick="cordova.InAppBrowser.open('https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521','_system', 'location=yes');">To Purchase CD</a>-->
</div>
<hr>
<hr>
<div class="audio" style="width:30%">
<img src="images/travissmith3(500x500).jpg" alt="images/travissmith3(500x500)" ><br>
<audio controls>
<!--<audio class="listen" preload="none" data-size="60" src="musicrandb/TravisSmith/01GottaGetThat.mp3"></audio>-->
<source src="musicrandb/TravisSmith/01GottaGetThat.mp3" type="audio/mp3"></audio>
</div>
<div>
<h3>" Gotta Get That" By Travis Smith</h3>
<!--<a href="https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521"class="ui-btn">To Purchase CD</a>-->
<!--<input type="button" class="move" value="To Purchase CD">-->
<!--<a href="#" class="ui-btn" onClick="cordova.InAppBrowser.open('https://www.uhinkle.com/musictsmithpurchases.inc.php?content=updatecart&id=521','_system', 'location=yes');">To Purchase CD</a>-->
</div>
<hr>
<br>
<br>
<!--<div data-role="footer" data-position="fixed">-->
<div data-role="footer" data-position="fixed" class="ui-content" style="text-align:center;">
<div data-role="controlgroup" data-type="horizontal">
<!--<a href="#" onclick="window.open('http://www.bubbatunes.com/memberslogin.html', '_system', 'location=yes')" class="ui-btn ui-btn-inline" style="font-size:20px;">Sign In</a>
<a href="#" onclick="window.open('http://www.bubbatunes.com/formnewcust.html', '_system', 'location=yes')" class="ui-btn ui-btn-inline"style="font-size:20px;" >New Customers</a>-->
<a href="start.html" class="ui-btn ui-btn-inline" style="font-size:20px;">Test</a>
</div><!-- /footer -->
</div><!-- /page -->
</div>
</div>
<!-- Media Player / -->
<script>
$(document).ready(function () {
$('.mediPlayer').mediaPlayer();
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
app.initialize();
</script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="player.js"></script>
</body>
</html>