add files

This commit is contained in:
ccd0 2013-11-09 01:11:22 -08:00
parent 705af14064
commit 674b2e8f1a
13 changed files with 1421 additions and 2 deletions

14
player.php Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><?php echo htmlspecialchars($_GET["t"]) ?></title>
<script src="settings.js"></script>
<script src="playersettings.js"></script>
</head>
<body>
<video controls loop src="<?php echo htmlspecialchars($_GET["v"]) ?>">
Your browser does not support HTML5 video.
</video>
</body>
</html>