From fa9963fe8826e28d7d3ac0b94f1cd72356286c4b Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 2 Dec 2025 20:01:49 -0500 Subject: add warning about gridbit website being defunct --- website/hover.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/hover.js b/website/hover.js index bb71fad..a654309 100755 --- a/website/hover.js +++ b/website/hover.js @@ -1,4 +1,5 @@ -$(document).ready(function() { +$(document).ready(function() { + alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!"); $(".link_box").hover( function () { $(this).addClass("hover"); @@ -7,4 +8,4 @@ $(document).ready(function() { $(this).removeClass("hover"); } ); -}); \ No newline at end of file +}); -- cgit v1.2.3