start new version of website
This commit is contained in:
18
oldVersion/modules/footer.html
Normal file
18
oldVersion/modules/footer.html
Normal 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>
|
||||
Reference in New Issue
Block a user