Update title in index.php to reflect demo version

This commit is contained in:
Fabian Schieder 2026-02-28 00:54:27 +01:00
parent c95fa8fe52
commit 4689f3f556

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 Demo</title> <title>PHP 123 Fabian 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; }