blob: 70753e2c4018cc7c4f862da047561f74a04d5021 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html lang="en" style="color: white;background: black;margin: 0;padding: 0">
<head>
<title> {status_code} </title>
</head>
<body style="text-align: center">
<header style="font-size: 100px; padding: 10vh 0 0"> {status_code} </header>
<p style="padding: 10px;"> <button style="font-size: 20px;padding: 10px" onclick="window.location.href='/';"> back to main page </button> </p>
</body>
</html>
|