forked from skydivejkl/hyppykeli.fi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 900 Bytes
/
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>
<head>
<meta charset="utf-8">
<title>Skydiving Weather in Finland</title>
</head>
<body>
<h1>Skydiving Weather in Finland</h1>
<p>
Skydiving weather app for info TVs and mobile phones.
</p>
<p>Dropzones:</p>
<ul>
<li>
<a href="/dz/efjy">EFJY</a>
</li>
<li>
<a href="/dz/efut">EFUT</a>
</li>
<li>
<a href="/dz/efku">EFKU</a>
</li>
<li>
<a href="/dz/efva">EFVA</a>
</li>
<li>
<a href="/dz/efpo">EFPO</a>
</li>
</ul>
<p>
Contact [email protected]
</p>
<!-- just preload -->
<script src="/app.js" charset="utf-8"></script>
</body>
</html>