This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Page Customisation: START --> | |
| <!-- Page Encoding --> | |
| <meta charset="UTF-8"> | |
| <!-- Page Meta --> | |
| <title>Blank Main.JS Snippet</title> | |
| <meta name="author" content="Your Name"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GNU General Public License v3.0 | |
| # Betterprompt Rocket Main.HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://www.betterprompt.com/> for more | |
| # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| ## Main.HTML not modified from original. Date: 2025-11-22 ### | |
| # Betterprompt Rocket Publishing Config | |
| # Current Timestamp | |
| iso_8601=$(date --iso-8601=seconds) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* GNU General Public License v3.0 | |
| # Betterprompt Rocket Main.HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://www.betterprompt.com/> for more | |
| # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| ## Main.HTML not modified from original. Date: 2025-11-22 ### */ | |
| /* Main.HTML Theme Colours */ | |
| :root { /* Page Boundaries */ | |
| --page-width:1040px; | |
| --page-margin:auto; /*auto*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Page Customisation: START --> | |
| <!-- Page Encoding --> | |
| <meta charset="UTF-8"> | |
| <!-- Page Meta --> | |
| <title>Rocket Template</title> | |
| <meta name="author" content="Your Name"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> | |
| <!-- This sitemap.xml file lists all pages to be indexed and any optional images --> | |
| <url> | |
| <loc>https://www.betterprompt.com/</loc> | |
| <image:image><image:loc>https://www.betterprompt.com/images/logo.png</image:loc></image:image> | |
| </url> | |
| <url> | |
| <loc>https://www.betterprompt.com/project/</loc> | |
| <image:image><image:loc>https://www.betterprompt.com/images/logo.png</image:loc></image:image> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Human Readability | |
| ## Website Metadata | |
| author: Your Name | |
| website: Your Website | |
| ## Main.JS Directive | |
| ### Include optional Main.JS property controls here: | |
| main.js.network.capable: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* GNU General Public License v3.0 | |
| # Betterprompt Rocket Main.CSS is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://www.betterprompt.com/> for more | |
| # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| ## Main.CSS not modified from original. Date: 2025-11-22 ### */ | |
| /* Wireframe */ | |
| *,*::before,*::after {box-sizing:border-box;margin:0;padding:0; | |
| } :root {--ver-major:0;--ver-minor:8;--ver-patc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* GNU General Public License v3.0 | |
| # Betterprompt Rocket Main.JS is a modern, lightweight and portable website JavaScript framework, Copyright (C) 2025 Andy Futcher. See <https://www.betterprompt.com/> for more | |
| # This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. | |
| ## Main.JS not modified from original. Date: 2025-11-22 ### */ | |
| /* Main.JS Bootloader */ | |
| main=window['main']||{};main.js=Object.assign({create:{},inherit:{}},main.js||{});let create=main.js.create; / |