-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (53 loc) · 1.69 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
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PKE Meter App for Iphone.</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
</head>
<body>
<div id="container">
<header>
<img src="img/logo.png" alt="PKE Meter Logo" id="logo">
<h1>
Track ghosts,<br>
on your iPhone.
</h1>
</header>
<section>
<p>
Follow in the footsteps of Ghostbuster legend Egon Spengler and become
a doctor of parapsychology with the PKE METER app for iPhone.
</p>
<h2>
Features:
</h2>
<ul>
<li>Study paranormal activity</li>
<li>Track sources of psycho-kinetic energy.</li>
<li>Measure supernatural energy readings.</li>
</ul>
</section>
<aside>
<a href="#">
<img src="img/iphone.png" alt="Iphone showcasting the screenshot of the PKE METER app.">
</a>
</aside>
<footer>
<a href="#" id="app-store">Available in the Iphone App Store.</a>
<p>
<small>
© Paranormal Lab of Columbia University.
</small>
</p>
<p>
<small>
Use of PKE METER for long periods may result in brain cell mutation.
</small>
</p>
</footer>
</div>
</body>
</html>