Fix html and css errors.

This commit is contained in:
Christian Steinle
2022-09-13 08:53:03 +02:00
parent 145cdb3302
commit 9861fae701
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
body {
font-family: Arial sans-serif;
font-family: Arial, sans-serif;
font-size: 12px;
width: 1000px;
margin: auto;

View File

@@ -9,9 +9,9 @@ if (isset($_GET['section']) and isset($titel[$_GET['section']])) {
$temp_titel = "Das Unternehmen";
}
?>
<!DOCTYPE html>\n";
<html lang='de'>\n";
<head>\n";
<!DOCTYPE html>
<html lang='de'>
<head>
<title><?php
echo $temp_titel; ?></title>
<link rel="stylesheet" type="text/css" href="css/page.css"/>