Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MarkTheArtist
/
codecanvas-wizardry
like
0
Running
App
Files
Files
Community
main
codecanvas-wizardry
/
script.js
MarkTheArtist
Start with a totally blank document
70373f3
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
// Main JavaScript file
document
.
addEventListener
(
'DOMContentLoaded'
,
() =>
{
console
.
log
(
'App loaded'
);
});