blob: 94ae2e3f85b7692fc5a60dc9174858f5f3da0725 (
plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
<!DOCTYPE html>
<!--
1010101010101010101010101010101
0 0 ◺ ◺
1 0 0 0\ 10 01
0 · 1 101010101010101010101\ 10 0 ◺
1 · · 0 10 10 10 10
0 · · 1010101010101010101010101010 1 10 10 10 10
1 · · 10\10 10 101 1010
0 · · 1010101010101010101010101010 1010101010101010
1 · · 0 10101010231010101010
0 · 1 101010101010101010101010101010101 10 10
1 0 0 1/ 101010 101 1 0
0 0 10 01
1010101010101010101010101010101 101010 10
10101010101 10 1
101 01
101010101010 10
This website 1010101010 10
shall be bound to __ _____ ___ 101
serve cat content \ \ / / _ \ / __| 10101010101
\ V / (_) | (__ 101 101
c3\_/ \___/ \___|.de 10 101
10 10 10 101
10 10 10 10 10
101 10 10 10101
10 10 10
10 10
1010 10 10
10101 10 10
10
10
10
10
streaming.media.ccc.de
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>404 Not Found – Video Live Streaming</title>
<meta name="robots" content="index,follow" />
<meta name="author" content="C3VOC" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
}
.navbar {
font-size: 24px;
padding: 12px 15px;
color: #fff;
box-sizing: border-box;
}
.navbar, footer {
height: 48px;
background-color: #333333;
text-align: center;
}
a.inverted {
color: #eeeeee;
}
footer {
box-sizing: border-box;
padding: 0.7em;
margin-top: 2em;
color: #777777;
background-color: #333333;
text-align: center;
}
a {
color: #d87500;
text-decoration: none;
}
a:hover, a:focus {
color: white;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
h1 {
text-align: center;
font-size: 90px;
}
h1 .o {
color: #d87500;
}
.links {
display: block;
margin: auto;
text-align: center;
padding: 50px;
background-color: #222222;
overflow: hidden;
margin-bottom: 2em;
width: 100%;
max-width: 1024px;
box-sizing: border-box;
font-size: 30px;
color: #d87500;
}
</style>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
Video Live Streaming
</div>
</div>
</div>
<div class="container-fluid e404">
<h1><span class="o">400</span> N<span class="o">o</span>t Found</h1>
<span class="links">
Keep calm and check your URL.
</span>
</div>
<footer>
by <a class='inverted' href='http://c3voc.de'>C3VOC</a>
</footer>
</body>
</html>
|