small nabar bug fix.
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 3s

This commit is contained in:
2025-10-31 11:21:39 +01:00
parent e175e01ef1
commit 572c9ec925
2 changed files with 8 additions and 4 deletions

View File

@@ -17,13 +17,13 @@
<div class="navbar-top-icons"> <div class="navbar-top-icons">
<div class="icon-item"> <div class="icon-item">
<a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/" target="_blank" rel="noopener noreferrer"> <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/" target="_blank" rel="noopener noreferrer">
<img src="assets/images/icons/tor.png" alt="Tor Mirror"> <img src="/assets/images/icons/tor.png" alt="Tor Mirror">
<span class="icon-label tor-label">Tor</span> <span class="icon-label tor-label">Tor</span>
</a> </a>
</div> </div>
<div class="icon-item"> <div class="icon-item">
<a href="http://[200:38ad:e575:f3c1:aba7:9e86:ae1e:4922]/" target="_blank" rel="noopener noreferrer"> <a href="http://[200:38ad:e575:f3c1:aba7:9e86:ae1e:4922]/" target="_blank" rel="noopener noreferrer">
<img src="assets/images/icons/ygg.png" alt="Ygg Mirror"> <img src="/assets/images/icons/ygg.png" alt="Ygg Mirror">
<span class="icon-label ygg-label">Ygg</span> <span class="icon-label ygg-label">Ygg</span>
</a> </a>
</div> </div>
@@ -51,6 +51,10 @@
<p>If youre reporting a bug on this website, or one of my projects, <p>If youre reporting a bug on this website, or one of my projects,
you can email me about it, OR if you have an account on my git you can also use that to report the issue.</p> you can email me about it, OR if you have an account on my git you can also use that to report the issue.</p>
<p>Messages in both English or Polish are okay :D</p> <p>Messages in both English or Polish are okay :D</p>
<p>
<a href="/">← Back to home page</a>
</p>
</div> </div>
<div class="footer"> <div class="footer">

View File

@@ -24,13 +24,13 @@
<div class="navbar-top-icons"> <div class="navbar-top-icons">
<div class="icon-item"> <div class="icon-item">
<a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/" target="_blank" rel="noopener noreferrer"> <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/" target="_blank" rel="noopener noreferrer">
<img src="assets/images/icons/tor.png" alt="Tor Mirror"> <img src="/assets/images/icons/tor.png" alt="Tor Mirror">
<span class="icon-label tor-label">Tor</span> <span class="icon-label tor-label">Tor</span>
</a> </a>
</div> </div>
<div class="icon-item"> <div class="icon-item">
<a href="http://[200:38ad:e575:f3c1:aba7:9e86:ae1e:4922]/" target="_blank" rel="noopener noreferrer"> <a href="http://[200:38ad:e575:f3c1:aba7:9e86:ae1e:4922]/" target="_blank" rel="noopener noreferrer">
<img src="assets/images/icons/ygg.png" alt="Ygg Mirror"> <img src="/assets/images/icons/ygg.png" alt="Ygg Mirror">
<span class="icon-label ygg-label">Ygg</span> <span class="icon-label ygg-label">Ygg</span>
</a> </a>
</div> </div>