Merge branch 'f0ckdev' into 'master'

F0ckdev

Theme Changer

See merge request !19
This commit is contained in:
noxy
2016-11-05 17:55:40 +00:00
7 changed files with 1333 additions and 4 deletions

View File

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