-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.04 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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<title>podcast.junior.guru</title>
<link rel="canonical" href="https://github.com/juniorguru/podcast.junior.guru">
<meta http-equiv="refresh" content="0; https://github.com/juniorguru/podcast.junior.guru">
<script>window.location.replace('https://github.com/juniorguru/podcast.junior.guru');</script>
<meta name="robots" content="noindex, follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<style>
body {
background: #343434;
font-family: monospace;
text-align: center;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
body, a {
color: #fff;
}
p {
margin: 0;
}
</style>
<p>
Přesměrování: <a href="https://github.com/juniorguru/podcast.junior.guru">https://github.com/juniorguru/podcast.junior.guru</a>
</p>
</body>
</html>