summaryrefslogtreecommitdiff
path: root/contrib/www/2012/embed.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/www/2012/embed.php')
-rw-r--r--contrib/www/2012/embed.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/www/2012/embed.php b/contrib/www/2012/embed.php
new file mode 100644
index 0000000..c13cc7e
--- /dev/null
+++ b/contrib/www/2012/embed.php
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Elevate Festival 2012 - Live Stream</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <style>
+ body {
+ margin: 0;
+ padding: 0;
+ };
+ </style>
+</head>
+<body>
+ <center>
+<?php
+$EMBED=1;
+require_once('player.php');
+?>
+ </center>
+</body>
+</html>