forked from leftypol/leftypol
add files
This commit is contained in:
parent
705af14064
commit
674b2e8f1a
13 changed files with 1421 additions and 2 deletions
14
player.php
Normal file
14
player.php
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue