pilssken.neocities.org
if someone knows if there's an actual way to make it so pressing any button on the keyboard loads the homepage that would be greatly appreciated
I suppose adding a <script> with something like this in it would work: document.body.onkeypress = function() { window.location.assign("home.html"); };
if someone knows if there's an actual way to make it so pressing any button on the keyboard loads the homepage that would be greatly appreciated
I suppose adding a <script> with something like this in it would work: document.body.onkeypress = function() { window.location.assign("home.html"); };