Update title in index.php to reflect demo version

This commit is contained in:
Fabian Schieder 2026-02-28 00:57:03 +01:00
parent 4689f3f556
commit fa1db6afd6

View File

@ -14,7 +14,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
<html lang="de"> <html lang="de">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>PHP 123 Fabian Demo</title> <title>PHP 123 Fabian 123 Demo</title>
<style> <style>
body { font-family: Arial, sans-serif; margin: 40px; } body { font-family: Arial, sans-serif; margin: 40px; }
.box { padding: 20px; border: 1px solid #ccc; border-radius: 8px; } .box { padding: 20px; border: 1px solid #ccc; border-radius: 8px; }