Skip to content

Commit 6a2560b

Browse files
Update plan.js
1 parent ff025c0 commit 6a2560b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

plan.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// --- Start of Web 1.0 Style Script ---
22

3+
// Clean up any old elements from previous scripts, like the canvas
4+
const oldCanvas = document.querySelector('canvas');
5+
if (oldCanvas) {
6+
oldCanvas.remove();
7+
}
8+
39
// Set the body styles
410
document.body.style.backgroundColor = '#808080';
511
document.body.style.backgroundImage = "url('https://esperanto-panorama.net/bildoj/fono.jpg')";
@@ -74,7 +80,7 @@ footer.innerHTML = `
7480
<p>
7581
<img src="https://www.w3.org/Icons/valid-html401-blue.png" alt="Valid HTML 4.01" />
7682
<br>
77-
<img src="http://www.jeffbots.com/pick_of_the_week.gif" border="0" height="37" width="153">
83+
<img src="https://cyber.dabamos.de/88x31/telnet.gif" alt="telnet" height="31" width="88">
7884
<img src="https://cyber.dabamos.de/88x31/e-dos.gif" alt="e-dos" height="31" width="88">
7985
<img src="https://cyber.dabamos.de/88x31/gateway_2000.gif" alt="gateway_2000" height="31" width="88">
8086
<img src="https://cyber.dabamos.de/88x31/keep.gif" alt="keep" height="31" width="88">

0 commit comments

Comments
 (0)