15 lines
466 B
HTML
Executable File
15 lines
466 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="/css/footerstyle.css">
|
|
<title>Footer - janishutz.com</title>
|
|
</head>
|
|
<body>
|
|
<div class="footer-box">
|
|
<img src="/assets/Logo.png" class="footer-logo">
|
|
<div class="footer-center-box">
|
|
<a href="/privacypolicy" class="button" id="ppbtn">Privacy Policy</a>
|
|
</div>
|
|
</div>
|
|
</body> |