-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.48 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>.:: The Owl ::.</title>
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/fonts.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
<div id="container">
<header>
<h1>.:: The ☆ Owl ::.</h1>
<h2>One Owl to rule them all, One Owl to find them,<br>One Owl to bring them all and in the darkness bind them</h2>
</header>
<div id="main">
<img id="itistheowl" src="/image/theowl.gif" alt="THE OWL!" width="500" height="500">
</div>
<div id="explanation">
<div id="german">
<h1>Was'n das?</h1>
<p>Wir wissen es nicht.</p>
<p>
<a href="http://dennis-schubert.de">Dennis</a> hat am 2. April 2011
das Eulen-Bild vom <a href="https://pod.geraspora.de/u/team">Geraspora-Team-Account</a>
aus in die Diaspora-Welt geschossen. Ursprünglich war es als Test
für den Upload von GIFs gedacht...
</p>
<p>
In der Zwischenzeit hat sich <a href="https://pod.geraspora.de/posts/21462">der Beitrag</a>
zu einem Running Gag unter den Geraspora-Nutzern entwickelt. Deshalb gibt's diese Seite.
</p>
</div>
<div id="english">
<h1>What's that?</h1>
<p>We have no clue.</p>
<p>
<a href="http://dennis-schubert.de">Dennis</a> pushed the owl-picture
to the world at 2nd April 2011 using the <a href="https://pod.geraspora.de/u/team">Geraspora team account</a>.
That picture was meant as a test for the GIF-uploader we just implemented...
</p>
<p>
Nowadays <a href="https://pod.geraspora.de/posts/21462">the thread</a> is like
a running gag for the Geraspora-users. That's why we created this site.
</p>
</div>
<div class="clear"></div>
</div>
<footer>
<div id="poweredby">
This page is powered by the guys from
<a href="https://pod.geraspora.de">Geraspora, the german Diaspora-pod</a>
</div>
<div id="thanksto">
Thanks to <a href="http://www.kraftfuttermischwerk.de/blogg/?p=24221">Kraftfuttermischwerk</a>
and <a href="http://worldofwonder.net/2011/04/01/Owl_be_seeing_you/">World Of Wonder</a>!
</div>
</footer>
</div>
</body>
</html>