added on local at 2026-07-01 21:46:50
| 1 | <!DOCTYPE html> | |
| 2 | <html lang="en"> | |
| 3 | <head> | |
| 4 | <meta charset="UTF-8"> | |
| 5 | <title>Page not found · RePricer</title> | |
| 6 | <meta name="robots" content="noindex"> | |
| 7 | <style> | |
| 8 | body { background:#06091a; color:#e6ecf6; font-family:system-ui,-apple-system,sans-serif; | |
| 9 | margin:0; min-height:100vh; display:flex; align-items:center; justify-content:center; } | |
| 10 | .card { background:#0b1226; border:1px solid #1f2a4a; border-radius:12px; | |
| 11 | padding:40px 48px; max-width:480px; text-align:center; } | |
| 12 | .num { font-size:64px; color:#14b8a6; font-weight:700; line-height:1; margin:0; } | |
| 13 | h1 { color:#fff; margin:8px 0 12px; font-size:22px; font-weight:600; } | |
| 14 | p { color:#7e92b6; margin:0 0 20px; line-height:1.5; } | |
| 15 | a { color:#14b8a6; text-decoration:none; padding:10px 22px; border:1px solid #14b8a6; | |
| 16 | border-radius:8px; display:inline-block; font-weight:600; } | |
| 17 | a:hover { background:#064e3b; color:#a7f3d0; } | |
| 18 | </style> | |
| 19 | </head> | |
| 20 | <body> | |
| 21 | <div class="card"> | |
| 22 | <div class="num">404</div> | |
| 23 | <h1>This page got away from us.</h1> | |
| 24 | <p>The URL you tried doesn't exist on RePricer. It may have been removed or you may have a typo. Either way, head back to where things are.</p> | |
| 25 | <a href="/">Go home</a> | |
| 26 | </div> | |
| 27 | </body> | |
| 28 | </html> |