403 added

This commit is contained in:
ed barz 2023-01-09 21:56:46 +01:00
parent 69ce8c8d3b
commit b8a12ba81a
1 changed files with 17 additions and 0 deletions

17
403/index.html Normal file
View File

@ -0,0 +1,17 @@
<!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>Forbiden!</p>
<p>You have no business being here, but you'll be welcome <a href="https://ed.brz9.dev/">there</a></p>
</body>
</html>