From eab32c9b42293a61374217505331baf4c5bbf12e Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 25 Feb 2026 14:13:58 +0000 Subject: [PATCH] Add message to index.html for if JS is disabled --- emu.js | 1 + index.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/emu.js b/emu.js index 13eb03a..9833078 100644 --- a/emu.js +++ b/emu.js @@ -267,5 +267,6 @@ class Emulator { } window.addEventListener('DOMContentLoaded', () => { + document.getElementById('output').innerText = ''; window.emu = new Emulator(); }); diff --git a/index.html b/index.html index 8a7e713..4ad8213 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ -
+
I'm afraid you need javascript enabled for this to work :( + +cringe, I know... but I promise there are no frameworks™