added fancy ascii image

This commit is contained in:
valentijn
2024-02-05 11:16:47 +01:00
parent 2dc4fc6a95
commit e74086d588
6 changed files with 23 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ const hostname = `192.168.${Math.floor(Math.random() * 100)}.${Math.floor(Math.r
document.addEventListener("DOMContentLoaded", function () {
createNewTerminalLine()
document.querySelector(".pathText").innerHTML = `guest@${hostname}`;
addInputEventListeners();
});