This website requires JavaScript.
Explore
Help
Sign In
sneak
/
consoledonottrack.com
Watch
1
Star
0
Fork
You've already forked consoledonottrack.com
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ba3210c65e
consoledonottrack.com
/
s
/
js
/
main.js
8 lines
106 B
JavaScript
Raw
Blame
History
function
main
(
)
{
console
.
log
(
"starting main()"
)
;
}
window
.
onload
=
function
(
event
)
{
main
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink