Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/htmldir/script.js

5 lines
86 B
JavaScript
Raw Normal View History

2025-08-22 18:22:57 +08:00
function onload() {
document.getElementById("div1").innerHTML = "script started";
}