Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
375 B

<!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>