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
<html>
<head>
<title>flauschehorn.sexy</title>
<meta property="og:title" content="flauschehorn.sexy">
<meta property="og:type" content="website" />
<meta property="og:description" content="Random pictures of flauschehorns!">
<meta property="og:image" content="{{IMAGE_URL}}">
<meta property="og:url" content="https://flauschehorn.sexy/">
<meta name="twitter:card" content="summary_large_image">
<meta name="generator" content="https://cgit.ctu.cx/flauschehorn.sexy/">
<meta name=viewport content="width=device-width, initial-scale=1">
<style>
html {
background-color: black;
}
img {
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 95%;
}
p {
position: fixed;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.8);
padding: 10px;
font-family: sans-serif;
}
@media only screen and (max-width: 600px) {
img {
height: unset;
width: 98%;
}
p {
left: 0;
right 0;
transform: unset;
margin:0;
}
}
</style>
</head>
<body>
<a href="{{SCRIPT_URL}}"><img src="{{IMAGE_URL}}"></a>
<p>{{POST_CONTENT}} <a href="{{POST_URL}}" target="_blank">{{POST_DATE}}, {{POST_TIME}} Uhr</a></p>
</body>
</html>