summaryrefslogtreecommitdiff
path: root/contrib/www/esc/index.php
diff options
context:
space:
mode:
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>