let header = ` WELCOME TO DEADVEY'S DOMAIN!!!
Return / Home page / Blogs Feed image / Boards
` let footer = `

© DeaDvey 2023 - 2024
This work is licensed under the terms of the GNU General Public License, version 3.0. You are free to copy, distribute, and modify this work under the terms of the GPL 3.0 License. Please see the full license text for details.
` let pageTop = ` DeaDveys Domain
` let pageBottom = `
` if (typeof module !== 'undefined' && module.exports) { module.exports = { pageTop, pageBottom, header, footer } } function goToLink(link) { window.location.href = link }