refactor: Umstellung auf Mini-MVC-Architektur (Issue #46)
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s
- Front Controller Pattern mit public/index.php als Einstiegspunkt - Eigenes Routing (App\Core\Router) ohne externes Framework - Controller: HomeController, ImpressumController, DatenschutzController - Views mit gemeinsamem Layout (app/views/layouts/main.php) - PSR-4 Autoloading - Statische Assets nach public/ verschoben - Alte Dateien (index.php, impressum.html, datenschutz.html) geloescht - 301-Redirects fuer alte URLs - PHP 8.5 kompatibel - Apache DocumentRoot auf public/ gesetzt
This commit is contained in:
BIN
public/bilder/favicon/apple-touch-icon.png
Executable file
BIN
public/bilder/favicon/apple-touch-icon.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
public/bilder/favicon/favicon-16x16.png
Executable file
BIN
public/bilder/favicon/favicon-16x16.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 851 B |
BIN
public/bilder/favicon/favicon-32x32.png
Executable file
BIN
public/bilder/favicon/favicon-32x32.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/bilder/favicon/favicon.ico
Executable file
BIN
public/bilder/favicon/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
10
public/bilder/favicon/site.webmanifest
Executable file
10
public/bilder/favicon/site.webmanifest
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Haus Schleusingen",
|
||||
"short_name": "HS",
|
||||
"icons": [
|
||||
{ "src": "/bilder/favicon/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
|
||||
{ "src": "/bilder/favicon/favicon-16x16.png", "sizes": "16x16", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#1c1917",
|
||||
"background_color": "#fafaf9"
|
||||
}
|
||||
Reference in New Issue
Block a user