forked from leftypol/leftypol
CSS for player.php, make JS more modular
This commit is contained in:
parent
81dbba64e2
commit
2a770f27d1
7 changed files with 47 additions and 29 deletions
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?php echo htmlspecialchars($_GET["t"]) ?></title>
|
||||
<script src="settings.js"></script>
|
||||
<link rel="stylesheet" href="playerstyle.css">
|
||||
<script src="defaults.js"></script>
|
||||
<script src="playersettings.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue