9 Commits
Author SHA1 Message Date
Florian Sylvain 21cf63185b fix: server host const 2026-07-04 13:53:34 +02:00
Florian Sylvain ba90a685d6 fix: minifyHTML to handle whitepsaces better 2025-10-14 19:02:58 +02:00
Florian Sylvain 91e13a5c83 feat: add reserved words loading and identifier obfuscation to AssetProcessor 2025-09-16 22:03:02 +02:00
Florian Sylvain 4bf902bb55 feat: add responsive styles for navigation and header in noscript section 2025-09-16 21:50:55 +02:00
Florian Sylvain 4da518cd2f feat: enhance loadAndMinify function to handle binary files and streamline content processing 2025-09-09 18:26:11 +02:00
Florian Sylvain 2adbed591e feat: inline CSS and JavaScript into HTML and update CSP for enhanced security 2025-09-09 18:10:44 +02:00
Florian Sylvain 2f67e06772 feat: optimize stylesheet loading and implement SRI hash generation for security 2025-09-09 17:32:32 +02:00
Florian Sylvain 0a27f3cc8d feat: update CSP to remove 'unsafe-inline' and restrict img-src 2025-09-09 17:23:30 +02:00
Florian Sylvain eb9f85ead0 feat: initialize server with essential files and configurations
- Added package.json and package-lock.json for project dependencies and metadata.
- Created server.js to handle HTTP requests, serve files, and implement security headers.
- Implemented minification functions for HTML, CSS, and JavaScript to optimize performance.
- Added style.css for styling the application with a responsive design.
- Introduced script.js for handling navigation and reveal animations.
- Removed unused profile.webp image.
2025-09-09 16:33:40 +02:00