import { makeElement } from "../../arching-kaos-generator.js"; var myPageSection = { element: "div", id: "mypage-section", innerHTML: `

My page

My news

No data found (yet?)!

My mixtapes

No data found (yet?)!

My zchain

No data found (yet?)!
` }; makeElement(myPageSection, document.querySelector('.main'));