let header = `DeaDveys Domain Welcome to DEADVEY DOT COM!!!
Return / Home page / Blogs Feed image / Reviews / Boards / Gitea Link to gitea page / Invidious / Jellyfin / Monkeytype / Search blogs
` 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 }