diff options
Diffstat (limited to '')
-rw-r--r-- | template/page.phtml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/template/page.phtml b/template/page.phtml new file mode 100644 index 0000000..282b195 --- /dev/null +++ b/template/page.phtml @@ -0,0 +1,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> |