summaryrefslogtreecommitdiff
path: root/JS/command.js
diff options
context:
space:
mode:
Diffstat (limited to 'JS/command.js')
-rw-r--r--JS/command.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/JS/command.js b/JS/command.js
new file mode 100644
index 0000000..e46c268
--- /dev/null
+++ b/JS/command.js
@@ -0,0 +1,10 @@
+function fourChan() {
+ document.getElementById("pLink").innerHTML = "4chan";
+ document.getElementById("pLink").href = "https://4chan.org/";
+ document.getElementById("pLinks").innerHTML = "4channel";
+ document.getElementById("pLinks").href = "https://4channel.org/";
+}
+function help(){
+ alert('hahahaha. There is no help. You cannot escape.');
+ help()
+} \ No newline at end of file