24 lines
528 B
HTML
24 lines
528 B
HTML
<html>
|
|
<head>
|
|
<title>403 - Forbidden</title>
|
|
<style>
|
|
body {
|
|
background-color: #1d70b7;
|
|
}
|
|
.centered {
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="centered" style="color: white;">
|
|
<h1>403 - Forbidden</h1>
|
|
🛡️ this website is protected with <a href="https://github.com/bunkerity/bunkerized-nginx" target="_blank">bunkerized-nginx</a> 🛡️
|
|
</div>
|
|
</body>
|
|
</html>
|