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> | |
<!-- Main.HTML 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 | |
# Main HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://mainhtml.dev/> 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-08-01 | |
# Feferences: https://cloud.google.com/sdk/gcloud/reference/storage/cp | |
# Load Configuration | |
publish_config="publish.config.bash"; | |
source "$publish_config"; # Loa |
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 | |
# Main HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://mainhtml.dev/> 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-08-01 ### --> */ | |
/* 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> | |
<!-- Main.HTML Page Customisation: START --> | |
<!-- Page Encoding --> | |
<meta charset="UTF-8" /> | |
<!-- Page Meta --> | |
<title>Main HTML 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.mainhtml.dev/</loc> | |
<image:image><image:loc>https://www.mainhtml.dev/images/logo.png</image:loc></image:image> | |
</url> | |
<url> | |
<loc>https://www.mainhtml.dev/project/</loc> | |
<image:image><image:loc>https://www.mainhtml.dev/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 | |
# Main HTML is an accessibility aware template putting users and web developers first, Copyright (C) 2025 Andy Futcher. See <https://www.mainhtml.dev/> 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 modified for light mode only with Lotti Beans. Date: 2025-08-26 ### --> */ | |
/* Wireframe */ | |
*,*::before,*::after {box-sizing:border-box;margin:0;padding:0; | |
} :root {--ver-major:0;--ver-minor:7;--ver-pat |
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 | |
# Main JS is a modern, lightweight and portable website JavaScript framework, Copyright (C) 2025 Andy Futcher. See <https://mainjs.org/> 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-08-26 ### */ | |
/* Main.JS Bootloader */ | |
main=window.main||window['main']||{};main.js=main.js||{create:{}};let create=main.js.create; // Main Namespaces | |
switch(typeof main.js.loaded |