mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
5 lines
98 B
JavaScript
Executable File
5 lines
98 B
JavaScript
Executable File
console.log("test");
|
|
|
|
window.onload = function(){
|
|
document.body.style.borderColor = "green";
|
|
} |