17 lines
425 B
HTML
17 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>403</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/css/style.css"/>
|
|
</head>
|
|
<body class="nginx-error">
|
|
|
|
<h1>403</h1>
|
|
<p>Forbidden!</p>
|
|
<p>You have no business being here, but you'll be welcome <a href="https://ed.brz9.dev/">there</a></p>
|
|
|
|
</body>
|
|
</html>
|
|
|