-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_ipad.html
executable file
·23 lines (19 loc) · 1.82 KB
/
test_ipad.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>test</title>
</head>
<body>
<div id="infobloc" style="display:block; margin:0 auto;padding: 30px 0;-moz-user-select:none;-webkit-user-select:none;"unselectable="on" onselectstart="return false;">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" style=" float: right;margin-right: 10px; margin-top: -22px">×</button>
<img src="pic/logo.png" style="margin-left: 8%;" /><br>
<div style="font-size:14px;font-weight:bold;cursor:default; margin-top: 1%;margin-left: 8%;">SEE THE APPLICATION!</div><br>
<img src="pic/photo_fr.png" style="display: block;margin: 0 auto; margin-top: -6%; " />
<a href="https://itunes.apple.com/fr/app/liveradio/id287955524?mt=8" title="App Store" class="app-store nogoUrl" target="_blank"><img src="pic/appstore_fr.png" style="position: absolute;margin-left: 49.6%; margin-top: -19.5%" /></a>
<a href="https://play.google.com/store/apps/details?id=com.radioline.android.radioline&hl=fr" title="Google play" class="gg-play nogoUrl" target="_blank"><img src="pic/gplay_fr.png" style="position: absolute; margin-left: 49.6%; margin-top: -12.5%" /></a>
<meta name="viewport" content="width=device-width, initial-scale=0.61, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
<button type="button" style="display: block;margin: 1% auto; color: #ffffff;background-color: #2273b9;border:none;padding: 1.8% 5%;border-radius: 8px;" onclick="window.open('https://itunes.apple.com/fr/app/liveradio-pour-ipad/id398457207?mt=8','_blank')" >Download the application</button>
<div style="text-align: center;cursor:default;">or <a href="javascript:;" onclick="$('#infoLayer').modal('hide');return false" class="nogoUrl" style="text-decoration:underline" >go to the website</a></div>
</div>
</div>
</body>
</html>