kläglicher versuch einen theme changer zu errichten

This commit is contained in:
sirx
2016-11-05 17:55:52 +01:00
parent 492f9812ee
commit 852c98af29
4 changed files with 661 additions and 2 deletions

View File

@ -45,6 +45,7 @@
<span class="network">network: {{ usernetwork }}</span><br>
<span class="timestamp">timestamp: {{ timestamp }}</span>
</div>
<span id="themes"></span>
</div>
<script>
function arrowKeys(e) {
@ -76,6 +77,7 @@
var x = document.getElementById("player");
x.volume = 0.3;
<script src="js/theme.js"></script>
</script>
</body>
</html>