modified: index.html

new file:   js/art.js
	new file:   js/hdr.js
	new file:   js/hearts.js
	new file:   js/helpers.js
	new file:   js/particles.js
	new file:   js/qlpycon.js
	new file:   js/qlpyconbanner.js
	new file:   js/snek.js
	new file:   js/sparks.js
	new file:   js/stars.js
	modified:   slamp.html
	modified:   style.css
This commit is contained in:
root
2026-06-14 14:08:52 +02:00
parent 3040ffdf20
commit 39752c845a
13 changed files with 1764 additions and 266 deletions
+10
View File
@@ -43,6 +43,14 @@
var color = document.getElementById("body");
color.style.backgroundColor = "#042069";
}
function changeColor1312() {
var color = document.getElementById("body");
color.style.backgroundColor = "#F1312F";
}
function changeColor161() {
var color = document.getElementById("body");
color.style.backgroundColor = "#FFF161";
}
</script>
</head>
<body id='body'>
@@ -60,6 +68,8 @@
<button onclick="changeColor420();">420</button>
<button onclick="changeColor69();">69</button>
<button onclick="changeColor42069();">42069</button>
<button onclick="changeColor1312();">1312</button>
<button onclick="changeColor161();">161</button>
</br>
</br>
</br>