You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

53 lines
956 B

<!doctype html>
<html lang="en">
<head>
<title>Your browser is not supported (406)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background-color: #F0B902;
color: #000;
text-align: center;
font-family: system-ui, sans-serif;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
body {
min-height: 100dvh;
}
h2 {
margin: 0;
font-size: 400px;
line-height: 1;
position: absolute;
top: -0.4em;
left: -0.08em;
opacity: 0.4;
font-weight: 700;
}
h1 {
margin: 0;
font-size: 2em;
font-weight: 300;
}
p {
margin: 1em 0;
}
</style>
</head>
<body>
<div>
<h2>406</h2>
<h1>Your browser is not supported.</h1>
<p>Please upgrade your browser to continue.</p>
</div>
</body>
</html>