feat: Refactor project structure and add new files
Deploy Website / deploy (push) Successful in 3s

- Removed old style.css and added boilerplate.css for better cross-browser compatibility.
- Introduced browserconfig.xml for Microsoft tile support.
- Created impressum.php and index.php for main application pages.
- Added info.php for PHP info display.
- Implemented mett.js and mett.min.js for Mett calculation functionality.
- Included respond.min.js for media query support in older browsers.
- Recreated style.css with responsive design features.
- Added index.html as a landing page with a placeholder message.
This commit is contained in:
Florian Otto
2026-04-28 20:23:19 +02:00
parent ab79484b36
commit 04f8ac9bb6
11 changed files with 29 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
phpinfo();
?>