Diff -- /var/www/vhosts/3dshawn.com/repricer.3dshawn.com/500.html

O Operator
Diff

/var/www/vhosts/3dshawn.com/repricer.3dshawn.com/500.html

added on local at 2026-07-01 21:46:50

Added
+29
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 8e1a99ebbbcc
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<title>Something broke &middot; 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:#fca5a5; 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; margin:4px; }
17 a:hover { background:#064e3b; color:#a7f3d0; }
18</style>
19</head>
20<body>
21<div class="card">
22 <div class="num">500</div>
23 <h1>Something broke on our side.</h1>
24 <p>An error fired while serving this page. We&apos;ve logged it. Refresh in a moment; if it persists, check the system status page.</p>
25 <a href="javascript:location.reload()">Refresh</a>
26 <a href="/status.cgi">System status</a>
27</div>
28</body>
29</html>