From 2726b3603f7e84e26efd1014dfd20eb938d36c8c Mon Sep 17 00:00:00 2001 From: McD223 Date: Sat, 9 Feb 2019 14:23:08 -0500 Subject: More commands --- JS/command.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 JS/command.js (limited to 'JS/command.js') 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 -- cgit v1.2.3