blob: 455d069b4be12f2c3cea2ace32ac0aecc3d274a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<title>Elevate Festival 2012 - Live Stream</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Elevate Festival 2012 - Live Stream</h1>
<center>
<?php require_once('player.php'); ?>
</center>
</body>
</html>
|