29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>403 — Forbidden | IQON</title>
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&display=swap" rel="stylesheet" />
|
|
<style>
|
|
*{margin:0;padding:0;box-sizing:border-box}
|
|
body{font-family:'Sora',system-ui,sans-serif;background:#0A0A0A;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}
|
|
.container{text-align:center;padding:2rem}
|
|
h1{font-size:6rem;font-weight:800;color:#FFD000;margin-bottom:0.5rem}
|
|
p{font-size:1.25rem;color:rgba(255,255,255,0.7);margin-bottom:2rem}
|
|
a{color:#FFD000;text-decoration:none;border-bottom:1px solid rgba(255,208,0,0.3)}
|
|
a:hover{border-bottom-color:#FFD000}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>403</h1>
|
|
<p>Access to this resource is not allowed.</p>
|
|
<p><a href="/">Return to iqon.com</a></p>
|
|
</div>
|
|
</body>
|
|
</html>
|