31 lines
924 B
HTML
31 lines
924 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
|
||
|
<head>
|
||
|
<title>Thiemoo.at - Impressum</title>
|
||
|
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
||
|
<link type="text/css" rel="stylesheet" href="css/style.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="css/animations.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="css/font-awesome/css/font-awesome.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="align-center">
|
||
|
<h1 class="text">Impressum</h1>
|
||
|
|
||
|
<p class="subtext">» Thiemo Tiziani</p>
|
||
|
<p class="subtext">» Pufferweg 2</p>
|
||
|
<p class="subtext">» 4400 Steyr</p>
|
||
|
<p class="subtext">» Österreich</p>
|
||
|
|
||
|
<p class="subtext"><br>» E-Mail: <a href="mailto: thiemo.tiziani@nerdcity.at" class="links">thiemo.tiziani@nerdcity.at</a></p>
|
||
|
<a href="index.php" class="button button-tx">Zurück</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|