document.addEventListener('DOMContentLoaded', function() { const app = document.getElementById('app'); app.innerHTML = 'hello world blah'; });