From 9861fae701f64b7f11cbf4954e12539987702e44 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 13 Sep 2022 08:53:03 +0200 Subject: [PATCH] Fix html and css errors. --- css/page.css | 2 +- index.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/page.css b/css/page.css index 7ef7e05..5cb0acd 100644 --- a/css/page.css +++ b/css/page.css @@ -1,5 +1,5 @@ body { - font-family: Arial sans-serif; + font-family: Arial, sans-serif; font-size: 12px; width: 1000px; margin: auto; diff --git a/index.php b/index.php index f95336a..3b96193 100644 --- a/index.php +++ b/index.php @@ -9,9 +9,9 @@ if (isset($_GET['section']) and isset($titel[$_GET['section']])) { $temp_titel = "Das Unternehmen"; } ?> -\n"; -\n"; -\n"; + + + <?php echo $temp_titel; ?>