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