Updated redme

This commit is contained in:
2023-09-29 08:37:56 +01:00
parent f02b630648
commit b89d78b521
2 changed files with 4 additions and 14 deletions

View File

@@ -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);
}