summaryrefslogtreecommitdiff
path: root/contrib/www/2012/embed-orf.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/www/2012/embed-orf.php')
-rw-r--r--contrib/www/2012/embed-orf.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/www/2012/embed-orf.php b/contrib/www/2012/embed-orf.php
new file mode 100644
index 0000000..168b53f
--- /dev/null
+++ b/contrib/www/2012/embed-orf.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=3;
+require_once('player.php');
+?>
+ </center>
+</body>
+</html>