41 lines
No EOL
1.1 KiB
PHP
41 lines
No EOL
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Tronax - Impressum</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="shortcut icon" href="./img/logo.ico">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:500&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- HEADER ---------------------------------------->
|
|
|
|
<?php
|
|
require 'header.php';
|
|
?>
|
|
|
|
<!-- HOME ---------------------------------------->
|
|
|
|
<section id="imprint" class="container" class="vertical-center">
|
|
<h1>ANGABEN GEMÄSS § 5 TMG </h1>
|
|
<p>Janik Dietz</p>
|
|
<p>Am Steigfeld 7</p>
|
|
<p>93343 Essing</p>
|
|
|
|
<h1>KONTAKT</h1>
|
|
<p>E-Mail: info@janikdietz.de</p>
|
|
</section>
|
|
|
|
<!-- FOOTER ---------------------------------------->
|
|
|
|
<?php
|
|
require 'footer.php';
|
|
?>
|
|
</body>
|
|
</html>
|