diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..ea872b1
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,10 @@
+DirectoryIndex index.php index.html
+
+Options -Indexes
+
+
+ RewriteEngine On
+ RewriteCond %{HTTPS} off
+ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+
+
diff --git a/index.php b/index.php
index c996752..afe5756 100644
--- a/index.php
+++ b/index.php
@@ -1,46 +1,91 @@
[
+ [
+ "title" => "Gitea",
+ "description" => "Mein privates Git-Repository – Quellcode, Projekte & mehr.",
+ "url" => "/git",
+ "icon" => "fab fa-git-alt",
+ "color" => "#f97316"
+ ],
+ [
+ "title" => "Nextcloud",
+ "description" => "Meine persönliche Cloud – Dateien, Kalender & Kontakte.",
+ "url" => "/nextcloud",
+ "icon" => "fas fa-cloud",
+ "color" => "#0082c9"
+ ],
+ ],
+ "schule" => [
+ [
+ "title" => "Geizkragen.store",
+ "description" => "Schulprojekt – Ein Online-Shop für Schnäppchenjäger.",
+ "url" => "https://geizkragen.store",
+ "icon" => "fas fa-store",
+ "color" => "#22c55e",
+ "external" => true
+ ],
+ ],
+];
?>
-
- PHP 123 Fabian 123 Demo
-
+
+ Fabian Schieder
+
+
-
-
Test 123✅
+
-
Serverzeit: = date("d.m.Y H:i:s") ?>
-
PHP-Version: = phpversion() ?>
-
Client-IP: = $_SERVER["REMOTE_ADDR"] ?>
+
-
+
+ $items): ?>
+
+
+
+ Privat
+
+ Schule
+
+
+
+
+
+
-
Formular-Test
-
-
-
-
Hallo = $name ?> 👋
-
-
+
-
\ No newline at end of file
+