PluginProbe
404 Solution / 4.3.3
404 Solution v4.3.3
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / gone410.html

gone410.html in 404 Solution 4.3.3, at includes/html/gone410.html

27 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>410 Gone — {site_name}</title>
7 <style>
8 /* allow-hardcoded-color: standalone front-end 410 response page; admin theme vars (--abj404-*) are admin-only and not enqueued on this raw HTTP response. Neutral palette reads on any host context. */
9 body{margin:0;padding:0;background:#f3f4f6;font-family:Arial,sans-serif;color:#1f2937;}
10 .wrap{max-width:600px;margin:80px auto;background:#fff;border-radius:8px;padding:40px 48px;box-shadow:0 1px 4px rgba(0,0,0,.1);}
11 h1{font-size:48px;font-weight:700;margin:0 0 8px;color:#111827;}
12 h2{font-size:22px;font-weight:600;margin:0 0 16px;color:#374151;}
13 p{font-size:15px;line-height:1.6;color:#6b7280;margin:0 0 24px;}
14 a{color:#2563eb;text-decoration:none;}
15 a:hover{text-decoration:underline;}
16 </style>
17 </head>
18 <body>
19 <div class="wrap">
20 <h1>410</h1>
21 <h2>{heading}</h2>
22 <p>{message}</p>
23 <p><a href="{site_url}">&larr; {back_home}</a></p>
24 </div>
25 </body>
26 </html>
27