This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathindex.html
57 lines (57 loc) · 2.25 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
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Awesome Unicorns">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-itunes-app" content="app-id=994182280">
<meta property="og:url" content="https://yourwebsite.com">
<meta property="og:title" content="App Name">
<meta property="og:description" content="Awesome Unicorns">
<meta property="og:image" content="https://yourwebsite.com/promo-image.jpg">
<meta name="twitter:card" content="app">
<meta name="twitter:site" content="@twitterusername">
<meta name="twitter:description" content="Awesome Unicorns">
<meta name="twitter:app:name:iphone" content="App Name">
<meta name="twitter:app:id:iphone" content="994182280">
<title>App Name - Awesome Unicorns</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<header class="container">
<div class="responsive intro-container">
<div class="app-icon">
<img alt="App icon" src="app-icon.png">
<p>App</p>
</div>
<div class="intro">
<h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</h2>
</div>
<a class="primary-btn app-store-btn" href="https://apps.apple.com/app/id994182280">Get it on the App Store</a>
</div>
<div class="responsive iphone">
<div class="iphone-screenshot">
<img src="app-screenshot.png" alt="App screenshot">
</div>
<img class="iphone-mask" src="iphone.png">
</div>
</header>
<footer class="container footer">
<div class="sep"></div>
<p class="responsive credit">Made with ♥ by <a href="https://twitter.com/twitterusername">Your Name</a></p>
<div class="responsive contact">
<a href="mailto:[email protected]?subject=App Name">Support</a>
<a href="">Press Kit</a>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXXX-XX', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>