commit cbcb7cd6965d00a49efa7fbfc56409fd21619b21
parent 3ac620ab81bb1aeacbdc200db2d2e7ac4ddafbc0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 6 Aug 2024 12:54:02 +0200
fix: create header button correctly
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -19,7 +19,7 @@
<a class="button" href="#about">
About
</a>
- <a href="button" href="#how">
+ <a class="button" href="#how">
How
</a>
<a class="button" href="https://src.jayvii.de/pub/pastesrv">
diff --git a/index.php b/index.php
@@ -19,7 +19,7 @@
<a class="button" href="#about">
About
</a>
- <a href="button" href="#how">
+ <a class="button" href="#how">
How
</a>
<a class="button" href="https://src.jayvii.de/pub/pastesrv">