-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Play Smarter">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://heroescompanion.com">
<meta property="og:title" content="Heroes Companion">
<meta property="og:description" content="Play Smarter">
<meta name="twitter:card" content="app">
<meta name="twitter:site" content="@heroescompanion">
<meta name="twitter:description" content="Play Smarter">
<title>Heroes Companion - Play Smarter</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="Shield_Layer.svg">
<p>Heroes Companion</p>
</div>
<div class="intro">
<h2>Play smarter by using our statistically proven builds.</h2>
</div>
<a class="primary-btn" href="https://play.google.com/store/apps/details?id=com.heroescompanion.app">Get it on the Play Store</a>
</div>
<div class="responsive iphone">
<img src="app-screenshot.png" alt="App screenshot">
</div>
</header>
<footer class="container footer">
<div class="sep"></div>
<p class="responsive credit">Made with ♥ by <a href="https://twitter.com/heroescompanion">Heroes Companion</a></p>
<div class="responsive contact">
<a href="mailto:feedback@heroescompanion.com?subject=HeroesCompanion">Support</a>
</div>
</footer>
</body>
</html>