Files
purplebored.pl/errors/502.html
2024-12-01 22:50:36 +01:00

39 lines
639 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>502</title>
<link rel="icon" href="/favicon.png">
<style>
body {
background-color: #000;
}
.ascii {
margin: auto;
text-align: center;
font-family: monospace;
white-space: pre;
color: #a57ae9;
top 50%;
}
.text {
font-family: monospace;
color: #a57ae9;
}
</style>
</head>
<body>
<div class="ascii"> <center>
____ ___ ____
| ___| / _ \___ \
|___ \| | | |__) |
___) | |_| / __/
|____/ \___/_____|
</div>
<div class="text"> <center>
502 - Bad gateaway
<br>
<a href="../index.html">Go home!</a>
</div>
</body>
</html>