summaryrefslogtreecommitdiff
path: root/contrib/www/lac/index.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-05-05 03:39:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-05-05 03:39:13 +0200
commite874f667df0fc5d1a610b0200824af2b993aa0be (patch)
tree12ac4f3486258ec4967ff1d529eb07971fa0a75a /contrib/www/lac/index.php
parentswitched to lanczos for video scaling (diff)
added lac web interface modifications
Diffstat (limited to 'contrib/www/lac/index.php')
-rw-r--r--contrib/www/lac/index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/www/lac/index.php b/contrib/www/lac/index.php
new file mode 100644
index 0000000..a246782
--- /dev/null
+++ b/contrib/www/lac/index.php
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Linux Audio Conference 2013 - Live Stream</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+ <h1>Linux Audio Conference 2013 - Live Stream</h1>
+ <center>
+<?php require_once('player.php'); ?>
+ </center>
+</body>
+</html>