-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
14 lines (12 loc) · 957 Bytes
/
Copy path404.html
File metadata and controls
14 lines (12 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: base.njk
title: Page Not Found | TradeConvert
description: The page you are looking for has been moved or no longer exists.
permalink: 404.html
---
<main class="site-wrapper" style="text-align: center; padding: 100px 20px;">
<div style="font-family: var(--mono); font-size: 80px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 24px;">404</div>
<h1 style="font-family: var(--serif); font-size: 36px; font-weight: 700; margin-bottom: 16px;">We couldn't find that page.</h1>
<p style="font-size: 18px; color: var(--ink3); max-width: 500px; margin: 0 auto 32px; line-height: 1.6;">The URL you entered might have changed during our recent system upgrade, or the page no longer exists.</p>
<a href="/" style="display: inline-block; padding: 14px 32px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 600; border-radius: 4px; transition: background 0.2s;">Return to Calculators</a>
</main>