PerlaTheDog/404.html

33 lines
624 B
HTML

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Error 404</title>
<style>
body{
background-image: url('https://perlathedog.com/img/fulls/IMG_4255.webp');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-size:14px;
}
h3{
font-size:60px;
color:#fff;
text-align:center;
padding-top:30px;
font-weight:normal;
}
</style>
</head>
<body>
<h3>Error 404, the file you requested does not exist!</h3>
</body>
</html>