blob: f4962af43f2764a8edce8252cfab97a6c2492ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|