-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
44 lines (37 loc) · 1.5 KB
/
index.htm
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KEPLE</title>
<meta name="description" content="KEPLE Game Website">
<meta name="author" content="B. Steinmayr">
<meta property="og:image" content="http://www.keple.de/img/icon_small.png" >
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="logo center">KEPLE</div>
<video class="trailer center border" controls preload poster="img/trailer.png">
<source src="img/trailer_portrait.mp4" type="video/mp4" />
<iframe class="trailer center border" src="https://www.youtube.com/embed/vw09sCu8oR8?autoplay=0&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
</video>
<div class="center container">
<a href="https://play.google.com/store/apps/details?id=de.paranoidsoftware.keple.android" class="border link play">Keple</a>
</div>
<div class="text contact center border">
<h2>Can you master gravity?</h2>
<p><span class="emph">KEPLE</span> is a tricky one-button puzzle game for Android and iOS.</p>
<p>Tap the screen to accelerate and use attraction to slingshot through the levels like a space probe.</p>
<p>Can you collect all the hearts? Unlock awesome new styles and make the game your own.</p>
</div>
<div class="contact center border">
CONTACT: <a href="mailto:[email protected]">[email protected]</a>
<p class="imprint">
IMPRINT:<br/>
Bartholomäus Steinmayr<br/>
Reiherstieg. 28, 23564 Lübeck<br/>
<br/>
Phone: 089/24885388
</p>
</div>
</body>
</html>