19 lines
671 B
HTML
19 lines
671 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="/css/footerstyle.css">
|
|
</head>
|
|
<body>
|
|
<div class="footer-container">
|
|
<div class="footer-logo-container"><img class="logo" src="https://static.janishutz.com/Logo.png" alt="Logo"></div>
|
|
<div class="footer-wrapper">
|
|
<p class="footer-title">Development</p>
|
|
<a href="/imprint.html" class="footer-link">Imprint</a>
|
|
<a href="/privacy.html" class="footer-link">Privacy policy</a>
|
|
</div>
|
|
<div></div>
|
|
</div>
|
|
</body>
|
|
</html>
|