25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
---
|
|
title: "404 - Page Not Found"
|
|
layout: "layout.njk"
|
|
permalink: 404.html
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
|
|
<div class="text-center py-18">
|
|
<h1 style="font-family: 'Red Hat 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 style="font-family: 'Red Hat 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>> 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>
|
|
<p>3 * * * Request timed out.</p>
|
|
<p class="text-red-400">> Error: Destination host unreachable.</p>
|
|
</div>
|
|
<a href="/" class="btn">
|
|
<i class="fas fa-home mr-2"></i>
|
|
Default Route
|
|
</a>
|
|
</div> |