PluginProbe
404 Solution / 4.2.0
404 Solution v4.2.0
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 / gone451.html

gone451.html in 404 Solution 4.2.0, at includes/html/gone451.html

26 lines 883 B
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>451 Unavailable For Legal Reasons — {site_name}</title>
7 <style>
8 body{margin:0;padding:0;background:#f3f4f6;font-family:Arial,sans-serif;color:#1f2937;}
9 .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);}
10 h1{font-size:48px;font-weight:700;margin:0 0 8px;color:#111827;}
11 h2{font-size:22px;font-weight:600;margin:0 0 16px;color:#374151;}
12 p{font-size:15px;line-height:1.6;color:#6b7280;margin:0 0 24px;}
13 a{color:#2563eb;text-decoration:none;}
14 a:hover{text-decoration:underline;}
15 </style>
16 </head>
17 <body>
18 <div class="wrap">
19 <h1>451</h1>
20 <h2>{heading}</h2>
21 <p>{message}</p>
22 <p><a href="{site_url}">&larr; {back_home}</a></p>
23 </div>
24 </body>
25 </html>
26