Add js conf.
This commit is contained in:
7
www/app.js
Normal file
7
www/app.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function helloFromJS() {
|
||||
document.getElementById('app-js').innerHTML = 'Application JS';
|
||||
}
|
||||
|
||||
window.onload = () => {
|
||||
helloFromJS();
|
||||
}
|
||||
Reference in New Issue
Block a user