-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (45 loc) · 1017 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
42
43
44
45
46
47
48
49
50
<html>
<head>
<title>PageNotFound RSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<style>
p, h1{
font-family: monospace;
letter-spacing: .17em;
overflow:hidden;
font-size: 16px;
text-align: left;
line-height: 1.6;
max-width: 200px;
text-overflow: ellipsis;
padding: 1%;
}
.center{
display: flex;
justify-content: center;
}
</style>
</head>
<body>
<div class="center">
<h1> Neoficiální PageNotFound RSS</h1></div>
<div class="center">
<p> Jednoduchý RSS feed postavený nad webem PageNotFound.</p>
</div>
<div class="center">
<p>
Pro Atom navštiv <a href="/atom">/atom</a>
</p>
<p>
Pro RSS navštiv <a href="/rss">/rss</a>
</p>
</div>
<div class=center>
<a href="https://github.com/ridlees">>>autor</a>
</div>
<div class="center">
Tento web rozhodně není sponzorován Nadací Vodafone, mrk mrk ;)
</div>
</body>
</html>