various tweaks to navigation menu

This commit is contained in:
2023-07-14 09:06:25 +02:00
parent d86a492b0a
commit 4d48b4f6ce
10 changed files with 63 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div id="nav"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">Privacy Policy</h1>
@@ -24,6 +24,6 @@
<p>This website does not collect any data on your interaction with it as it stands today. This may change in the future, but all data collected will not allow me to uniquely identify you as an individual. You may have a look at the source code of the data-collection module, if I end up adding one on this website, if you wish. The rest of the server backend will remain closed-source due to security concerns.</p>
</div>
</div>
<div id="Footer"></div>
<div id="footer"></div>
</body>
</html>