-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlitschi.html
80 lines (76 loc) · 2.49 KB
/
litschi.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./mystyle.css" type="text/css" rel="stylesheet">
<meta charset="UTF-8">
<title>Cat.</title>
</head>
<body>
<header>
<h1 id="title">Cat.</h1>
<p id="subtitle">Homegrown cat content</p>
</header>
<nav class="navbar">
<a class="home" href="index.html">Home</a>
<a href="simba.html">Simba</a>
<a href="baileys.html">Baileys</a>
<a class="active" href="litschi.html">Litschi</a>
<a href="kiwi.html">Kiwi</a>
<a class="logo" href="https://github.com/JohannesPertl/JohannesPertl.github.io" target="_blank"><img
src="./media/logos/GitHub-Mark-Light-32px.png" alt="Github Logo"></a>
</nav>
<div class="row">
<div class="column-large">
<div class="pics header-pics">
<img src="./media/litschi/litschi-index.jpg" alt="Litschi Index">
</div>
</div>
<div class="column-small">
<table>
<caption><h2>Litschi</h2></caption>
<tr>
<th>Likes</th>
<th>Dislikes</th>
</tr>
<tr>
<td>• Peeing into shoes</td>
<td>• Cheese</td>
</tr>
<tr>
<td>• Sleeping on shoes</td>
<td>• Cigarettes</td>
</tr>
<tr>
<td>• Gnawing on shoes</td>
<td>• Vacuum cleaners</td>
</tr>
<tr>
<td>• Gnawing on toothbrushes</td>
<td>• Cats</td>
</tr>
<tr>
<td>• Spying on people</td>
<td>• Not being allowed to go outside</td>
</tr>
</table>
</div>
</div>
<div class="videos">
<video controls autoplay loop muted>
<source src="./media/litschi/litschi-bottle.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video controls autoplay loop muted>
<source src="./media/litschi/litschi-shoes.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="pics content-pics">
<img src="./media/litschi/litschi-fence.jpg" alt="litschi Fence">
<img src="./media/litschi/litschi-spy.jpg" alt="litschi spy">
<img src="./media/litschi/litschi-shoes.jpg" alt="litschi shoes">
<img src="./media/litschi/litschi-shoes2.jpg" alt="litschi shoes2">
<img src="./media/litschi/litschi-toothbrush.jpg" alt="litschi toothbrush">
</div>
</body>
</html>