aboutsummaryrefslogtreecommitdiff
path: root/500.html
diff options
context:
space:
mode:
authorMaZderMind2014-11-29 21:30:26 +0100
committerMaZderMind2014-11-29 21:30:26 +0100
commit2335b957c32de0adbed6868ea03417597b0b1d33 (patch)
treec84b307b52948700ef6fb8e4a37bf612394c14b1 /500.html
parentc1348eec03d5412d073b019a9c529843d9b96e86 (diff)
standalone 500 page
Diffstat (limited to '')
-rw-r--r--500.html159
1 files changed, 159 insertions, 0 deletions
diff --git a/500.html b/500.html
new file mode 100644
index 0000000..d9d3e01
--- /dev/null
+++ b/500.html
@@ -0,0 +1,159 @@
+<!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>500 Borken – 31C3 Streaming</title>
+
+ <meta name="robots" content="index,follow" />
+ <meta name="author" content="CCC" />
+ <meta name="description" content="Video Live-Streaming vom 31C3" />
+ <meta name="keywords" content="31C3, Hacking, Chaos Computer Club, Video, Media, Streaming, Hacker" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <base href="http://localhost/~peter/voc-frontends/31c3/" />
+
+ <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;
+ }
+
+ .links a {
+ margin: 0 20px;
+ }
+ .links a:hover {
+ text-decoration: none;
+ }
+ </style>
+ </head>
+ <body>
+ <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+
+ <div class="container-fluid">
+ <div class="navbar-header">
+ 31C3 Streaming
+ </div>
+ </div>
+
+ </div>
+ <div class="container-fluid e404">
+ <h1><span class="o">500</span> B<span class="o">o</span>rken</h1>
+
+ <span class="links">
+ <a href="https://events.ccc.de/congress/2014/Fahrplan/schedule.html">→ Fahrplan</a>
+ <a href="https://events.ccc.de/congress/2014/wiki/Main_Page">→ Wiki</a>
+ </span>
+ </div>
+ <footer>
+ by <a class='inverted' href='//ccc.de'>Chaos Computer Club e.V</a>
+ &ndash;
+ <a class='inverted' href='//c3voc.de'>c3voc</a>
+ </footer>
+ </body>
+</html>