summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwebsite/hover.js5
1 files 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
+});