Working parcel setup
This commit is contained in:
7
static/js/thing.js
Normal file
7
static/js/thing.js
Normal file
@@ -0,0 +1,7 @@
|
||||
console.log('hanlo again')
|
||||
window.onload = function() {
|
||||
console.log('boop')
|
||||
const thing = document.querySelector('#hello')
|
||||
thing.innerHTML = 'hanlo friendo'
|
||||
}
|
||||
|
Reference in New Issue
Block a user