atst/js/example.js
2018-08-03 13:16:31 -04:00

5 lines
68 B
JavaScript

window.onload = function() {
console.log('hello from example')
}