blob: 282b195fb74f0a5d0801bbaf6728fddf05e8a84d (
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
|
<!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" />
<title><?=h($title)?> - 31C3 Streaming</title>
<base href="<?=h($baseurl)?>" />
<link type="text/css" rel="stylesheet" href="assets/css/lustiges-stylesheet.css" />
<script type="text/javascript" src="assets/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="assets/js/lustiger-player.js"></script>
</head>
<body>
<h1><?=h($title)?> - 31C3 Streaming</h1>
<? if(@$subtitle): ?>
<h2><?=h($subtitle)?></h2>
<? endif ?>
<? include("$page.phtml") ?>
</body>
</html>
|