summaryrefslogtreecommitdiff
path: root/contrib/www/esc/index.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-09-11 01:59:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-09-11 02:10:13 +0200
commit33de822db61685d25100a812f4894f90c376b9e1 (patch)
treee185fcf124b91c259a42eaea1c152817290f8f8a /contrib/www/esc/index.php
parentfixed bug where a whole stream cluster gets ignored if no needed worker is as... (diff)
added www for esc stream
Diffstat (limited to 'contrib/www/esc/index.php')
-rw-r--r--contrib/www/esc/index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/www/esc/index.php b/contrib/www/esc/index.php
new file mode 100644
index 0000000..f4962af
--- /dev/null
+++ b/contrib/www/esc/index.php
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>ESC Opening 2013 - Live Stream</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+ <h1>ESC Opening 2013 - Live Stream</h1>
+ <center>
+<?php require_once('player.php'); ?>
+ </center>
+</body>
+</html>