Skip to content

Commit

Permalink
fix broken back link to home
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Feb 11, 2025
1 parent 58929f2 commit d6f90df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/impressum.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<header class="bg-gray-700 flex justify-center items-center h-[6vh] md:h-[4vh] mb-4">
<ul class="sm:container sm:mx-auto">
<li>
<a class="text-sky-100 hover:text-oddlightlime focus:text-oddlightlime hover:underline" href="javascript: history.go(-1)">zurück</a>
<a class="text-sky-100 hover:text-oddlightlime focus:text-oddlightlime hover:underline" href="/">Startseite</a>
</li>
</ul>
</header>
Expand Down
2 changes: 1 addition & 1 deletion src/lizenz.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header class="bg-gray-700 flex justify-center items-center h-[6vh] md:h-[4vh] mb-4">
<ul class="sm:container sm:mx-auto">
<li>
<a class="text-sky-100 hover:text-oddlightlime focus:text-oddlightlime hover:underline" href="javascript: history.go(-1)">zurück</a>
<a class="text-sky-100 hover:text-oddlightlime focus:text-oddlightlime hover:underline" href="/">Startseite</a>
</li>
</ul>
</header>
Expand Down

0 comments on commit d6f90df

Please sign in to comment.