startit/prosjekt/helpers.js

4 lines
201 B
JavaScript

const app = document.getElementById('app');
const headerHtml = document.getElementById('header');
const mainHtml = document.getElementById('mainView');
const footer = document.getElementById('footer');