Public Access
1
0

fix: update fonts again

This commit is contained in:
2025-08-22 09:38:34 -04:00
parent 4cc4b7fe5d
commit c43024a4d2
4 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ permalink: 404.html
---
<div class="text-center py-18">
<h1 style="font-family: 'JetBrains Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1>
<h1 style="font-family: 'Anonymous Pro Mono', monospace;" class="text-8xl font-bold text-blue-500 mb-2">404</h1>
<h2 class="text-3xl font-semibold text-white mb-6">Route Not Found</h2>
<p class="text-lg text-gray-400 max-w-xl mx-auto mb-8">
The requested resource could not be located on our network. Your packet was dropped and an ICMP reply sent.
</p>
<div class="bg-gray-800 border border-gray-700 rounded-lg p-4 max-w-sm mx-auto mb-8 text-left text-sm font-mono text-gray-400">
<div style="font-family: 'Anonymous Pro Mono', monospace;" class="bg-gray-800 border border-gray-700 rounded-lg p-4 max-w-sm mx-auto mb-8 text-left text-sm text-gray-400">
<p>&gt; traceroute current.page</p>
<p>1 <span class="text-white">gateway.local</span> (192.168.1.1) 1.234 ms</p>
<p>2 <span class="text-white">core.router.isp</span> (10.0.0.1) 5.678 ms</p>