mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
work on player.php (webm)
This commit is contained in:
parent
09b64a289b
commit
e99c638e26
@ -7,9 +7,9 @@ $loop = ($_GET['loop'] != "0");
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?php echo htmlspecialchars($_GET['t']); ?></title>
|
||||
<link rel="stylesheet" href="playerstyle.css">
|
||||
<script src="settings.js"></script>
|
||||
<script src="playersettings.js"></script>
|
||||
<link rel="stylesheet" href="stylesheets/webm/playerstyle.css">
|
||||
<script src="js/webm-settings.js"></script>
|
||||
<script src="js/webm/playersettings.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="playerheader">
|
Loading…
Reference in New Issue
Block a user