Skip to content

Commit d91b0e4

Browse files
committed
Update brand link in 404 and QR pages to point to the home URL for improved navigation. Enhance consistency across pages by standardizing the brand link structure.
1 parent 833eb14 commit d91b0e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
a:hover { border-bottom-color: var(--link); }
9292
</style>
9393
<body>
94-
<header id="brand"><a href="https://khe.money" class="brand-link" aria-label="kheMessage — msg.khe.money" title="msg.khe.money"><span class="brand-default" aria-hidden="true">kheMessage</span><span class="brand-hover" aria-hidden="true">msg.khe.money</span></a></header>
94+
<header id="brand"><a href="/" class="brand-link" aria-label="kheMessage — msg.khe.money" title="msg.khe.money"><span class="brand-default" aria-hidden="true">kheMessage</span><span class="brand-hover" aria-hidden="true">msg.khe.money</span></a></header>
9595
<h1>404</h1>
9696
<p>This page doesn’t exist.</p>
9797
<a href="/">Back to kheMessage</a>

qr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
a:hover { border-bottom-color: var(--link); }
9999
</style>
100-
<header id="brand"><a href="https://khe.money" class="brand-link" aria-label="kheMessage — msg.khe.money" title="msg.khe.money"><span class="brand-default" aria-hidden="true">kheMessage</span><span class="brand-hover" aria-hidden="true">msg.khe.money</span></a></header>
100+
<header id="brand"><a href="/" class="brand-link" aria-label="kheMessage — msg.khe.money" title="msg.khe.money"><span class="brand-default" aria-hidden="true">kheMessage</span><span class="brand-hover" aria-hidden="true">msg.khe.money</span></a></header>
101101
<div id="qrcode"></div>
102102
<a id="link" href="/">Back to kheMessage</a>
103103

0 commit comments

Comments
 (0)