removed privacy dir

This commit is contained in:
Johannes Olzem 2023-01-20 19:50:57 +01:00
parent 4f98608e59
commit fd202c38d6

View File

@ -1,46 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<title>Privacy - Johannes Olzem</title>
<meta name="description" content="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div id="root">
<header>
<h1>Johannes Olzem's Webspace</h1>
</header>
<nav>
<a href="/">Home</a>
<a href="/about/">About Me</a>
<a href="https://blog.jolzem.com">Blog</a>
<a href="https://git.jolzem.com/">Git</a>
<a href="/contact/">Contact</a>
<a href="/rss.xml">RSS</a>
<a href="/donate/">Donate</a>
</nav>
<main>
<h2>Privacy Policy</h2>
</main>
<footer>
<a href="#">Privacy Policy</a>
<a href="/privacy.txt">Text Version</a><br>
<a href="/rss.xml">
<img src="/img/rss.svg" style="width:22px;">
</a>
<a href="https://git.jolzem.com">
<img src="/img/git.svg" style="width:22px;margin-left:12px;">
</a>
<a href="https://github.com/jolzem">
<img src="/img/github.svg" style="width:22px;margin-left:12px;">
</a>
<a href="/donate/" style="font-size: 22px;">
💸
</a>
<h6 style="font-family: Cambria, Cochin, Georgia, serif;">Copyright &copy; <script>var d = new Date();document.write(d.getFullYear());</script> Johannes Olzem</h6>
</footer>
</div>
</body>
</html>