From b89d78b5215229b47a80378421933fe9f988ed53 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Fri, 29 Sep 2023 08:37:56 +0100 Subject: [PATCH] Updated redme --- README.md | 6 ++++-- script.js | 12 ------------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2a10176..6acea6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # neon443.github.io [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fneon443%2Fneon443.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](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). \ No newline at end of file diff --git a/script.js b/script.js index 78a7964..e69de29 100644 --- a/script.js +++ b/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); -} \ No newline at end of file