diff --git a/app.js b/app.js index c7063d7..913b37d 100644 --- a/app.js +++ b/app.js @@ -39,7 +39,7 @@ class Setup { !this.loaded && this.registration.active ) { document.body.appendChild( - e('p', {}, 'loaded') + e('h1', {}, location.href.pathname) ) } }