start new version of website

This commit is contained in:
2023-05-18 16:38:40 +02:00
parent 951853b105
commit ccf1c67837
36 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!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>