let header = `DeaDveys Domain WELCOME TO DEADVEYS DOMAIN!!!
Return / Home page / Blogs Feed image / Reviews / 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 = `
` let pageBottom = `
` if (typeof module !== 'undefined' && module.exports) { module.exports = { pageTop, pageBottom, header, footer } } function goToLink(link) { window.location.href = link }