Rust library to generate static websites
at fix/misc-errors 5 lines 123 B view raw
1import { sayHello } from "./some_other_script.js"; 2 3document.addEventListener("DOMContentLoaded", () => { 4 sayHello(); 5});