monolith/tests/_data_/basic/local-script.js

3 lines
82 B
JavaScript
Raw Permalink Normal View History

document.body.style.backgroundColor = "green";
document.body.style.color = "red";