-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.06 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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-itunes-app" content="app-id=1401375841">
<link rel="manifest" href="/android.webmanifest">
<title>The all-inclusive electric car subscription</title>
</head>
<script type="application/javascript">
window.addEventListener('beforeinstallprompt', (e) => {
// don't show the native prompt, show a custom button instead
e.preventDefault();
document.getElementById("android-install-button").style.display = "block";
});
</script>
<body>
<div id="android-install-button" style="display: none;">
<a href='https://play.google.com/store/apps/details?id=uk.co.evezy.driver&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width="170"/></a>
</div>
<p>No more 3 year contracts! Decide monthly whether you want to continue, swap or stop.</p>
</body>
</html>