Refactor website structure and update licenses

- Replaced Apache License with MIT License in LICENSE file.
- Updated index.html with common meta tags and improved structure.
- Enhanced privacy.html with new styles and scripts for better presentation.
- Added sitemap reference in robots.txt.
- Created GitHub Actions workflow for automated site builds.
- Added .gitignore to exclude unnecessary files from version control.
- Implemented build.js for dynamic HTML generation from templates.
- Created src/index.html and src/privacy.html with metadata for dynamic content.
- Established templates for header, footer, and layout to standardize page structure.
This commit is contained in:
2025-06-06 12:35:26 +10:00
parent afb46a5edd
commit cd428b4a6d
12 changed files with 497 additions and 391 deletions

3
templates/_footer.html Normal file
View File

@@ -0,0 +1,3 @@
<footer>
<a href="privacy.html">Privacy Policy</a>
</footer>