added fancy ascii image
This commit is contained in:
BIN
httpdocs/public/icon-ascii.png
Normal file
BIN
httpdocs/public/icon-ascii.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
httpdocs/public/icon.png
Normal file
BIN
httpdocs/public/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user