-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="title" content="Spargel slap!">
<meta name="description" content="Du wolltest schon immer jemandem mit einem frisch gestochenen, grünen, badischen Jungspargel ins Gesicht schlagen? Heute ist dein Glückstag!">
<meta name="keywords" content="spargel,bauernhof,ernte,grünspargel,bleichspargel,schlagen,slap,asparagus,stechen,gesicht,schelle,erntehelfer,mann">
<meta name="robots" content="index, follow">
<meta name="language" content="German">
<meta name="author" content="Sebastian Walker">
<title>Spargel slap!</title>
<link rel="stylesheet" href="assets/slap.css">
</head>
<body>
<div class="flipbook">
<img src="assets/flipbook.png" alt="Benni gets slapped with an asparagus plant" id="frames">
</div>
<div class="footer">
Inspiriert von
<a href="http://eelslap.com/">Eel Slap</a>
and
<a href="https://ferienhof-walter.de/">Spargelhof Walter</a>
·
Eine kleine Spielerei von
<a href="https://sebastianwalker.org">Sebastian Walker</a>
</div>
<script src="assets/slap.js"></script>
</body>
</html>