16 lines
278 B
HTML
16 lines
278 B
HTML
|
<html>
|
||
|
<head><meta charset = "utf-8" />
|
||
|
|
||
|
<title>
|
||
|
Error 404
|
||
|
</title><style>
|
||
|
body {background-image: url('/assets/crt2.gif');
|
||
|
background-repeat: no-repeat;
|
||
|
background-attachment: fixed;
|
||
|
background-size: 100% 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
</html>
|