julien-c's picture
julien-c HF staff
Basic app UI
431b4de verified
raw
history blame
91 Bytes
const c = console;
document.addEventListener("load", function () {
c.log("Hello");
});