Fix html and css errors.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Arial sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ if (isset($_GET['section']) and isset($titel[$_GET['section']])) {
|
|||||||
$temp_titel = "Das Unternehmen";
|
$temp_titel = "Das Unternehmen";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>\n";
|
<!DOCTYPE html>
|
||||||
<html lang='de'>\n";
|
<html lang='de'>
|
||||||
<head>\n";
|
<head>
|
||||||
<title><?php
|
<title><?php
|
||||||
echo $temp_titel; ?></title>
|
echo $temp_titel; ?></title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/page.css"/>
|
<link rel="stylesheet" type="text/css" href="css/page.css"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user