Initial commit

This commit is contained in:
2022-04-09 16:43:27 +02:00
commit 2f10669ccb
2 changed files with 257 additions and 0 deletions

20
footer.html Normal file
View File

@@ -0,0 +1,20 @@
</main>
<footer class="footer">
<small class="footer_copyright">
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->
design based on the
<a
href="https://github.com/piharpi/jekyll-klise"
target="_blank"
rel="noreferrer noopener"
>klisé</a>
theme
</small>
</footer>
<script>
document.title = "Directory Listing for " + document.getElementById("directory").innerHTML;
</script>
<script src="https://siphalor.de/assets/js/main.js" defer="defer"></script>
</div>
</body>
</html>