cleaning up some _includes

This commit is contained in:
etherware-novice 2024-10-04 11:12:11 -05:00
parent f137a3f23b
commit 9abbcecf23
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
4 changed files with 9 additions and 12 deletions

View File

@ -1,4 +0,0 @@
<div class="background">
<div id="bg-bluedither"></div>
<div id="bg-grass"></div>
</div>

View File

@ -17,13 +17,17 @@ navbar: topnav
</iframe>
<!-- <img src="/assets/images/crt1.png" class="overlay"> -->
{% if page.neko == "true" %}
{% include neko.html %}
<script src="/assets/js/neko.js"></script>
{% endif %}
<script data-goatcounter="https://slimepondcount.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<script src="/assets/js/unixfortune.js"></script>
<script src="/assets/js/typeboot.js"></script>
{% include background.html %}
<div class="background">
<div id="bg-bluedither"></div>
<div id="bg-grass"></div>
</div>
{% include mplayer.html %}
<div class="container">
<div class="navigation">

View File

@ -1,4 +1,3 @@
<script>
// <![CDATA[
var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
var sparkles=50;
@ -194,5 +193,4 @@ function newColour() {
c.sort(function(){return (0.5 - Math.random());});
return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
}
// ]]>
</script>
// ]]>

View File

@ -1,4 +1,4 @@
<script>// Pokéneko v0.3 by https://james.nekoweb.org/
// Pokéneko v0.3 by https://james.nekoweb.org/
// https://jamesschoch.github.io/Pokeneko/
// Pokéneko is built using sprites from PDMCollab's Sprite Repository.
@ -195,5 +195,4 @@ var trackerjson;
laststate = state;
}
}, 33);
</script>
}, 33);