Add custom.html

This commit is contained in:
2025-06-09 09:38:10 +02:00
parent 74dfdf0bf3
commit 528dc1d69c
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View File

@@ -83,6 +83,6 @@ data/*
# Ignore html files for now
# TODO: Remove later
*.html
index.html
index_cache
index_files

View File

@@ -0,0 +1,11 @@
<script src="assets/revealjs/custom.js"></script>
<div
style="position: fixed; bottom: 10px; right: 20px; display: flex; justify-content: flex-end; align-items: center; gap: 20px; flex-wrap: wrap;">
<a href="https://www.uni-due.de/">
<img src="assets/ude_signet.svg" alt="Uni Duisburg-Essen Logo" style="height: 4vh; width: auto;">
</a>
<a href="https://www.hemf.wiwi.uni-due.de/en/">
<img src="assets/hecf_signet.svg" alt="HECF Logo" style="height: 4vh; width: auto;">
</a>
</div>