playing with extensible fields

This commit is contained in:
2024-10-11 16:04:44 +03:00
parent dfe4576725
commit b19a84b6ba
32 changed files with 675 additions and 109 deletions
+5
View File
@@ -0,0 +1,5 @@
document.addEventListener("DOMContentLoaded", onReady);
function onReady(){
console.log("ready yo")
}