summaryrefslogtreecommitdiff
path: root/contrib/www/lac/index.php
blob: a246782d7c5967589aa8441300386edcc5602a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>