mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
Updated redme
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# neon443.github.io [](https://hits.seeyoufarm.com)
|
||||
|
||||
A small website that I made to host games and other projects by me.
|
||||
To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new).
|
||||
Free unblocked games to play in school. No ads, ever.
|
||||
For any teachers reading this, this is purely for educational purposes.
|
||||
|
||||
To request features [create an issue](https://github.com/neon443/neon443.github.io/issues/new).
|
||||
12
script.js
12
script.js
@@ -1,12 +0,0 @@
|
||||
function showAlert() {
|
||||
alert("Hey! this is under development. i told u not to click.");
|
||||
};
|
||||
|
||||
function ntLnk() {
|
||||
var ntLnkToast = document.getElementById("ntLnkToast");
|
||||
ntLnkToast.className = "show";
|
||||
setTimeout(
|
||||
function() {
|
||||
ntLnkToast.className = ntLnkToast.className.replace("show", "");
|
||||
}, 3000);
|
||||
}
|
||||
Reference in New Issue
Block a user