Fix html and css errors.
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user