UNPKG

505 BHTMLView Raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <style>
5 html {
6 background: url("data:image/jpeg;base64, {{trainwreck}}") no-repeat center center fixed;
7 -webkit-background-size: cover;
8 -moz-background-size: cover;
9 -o-background-size: cover;
10 background-size: cover;
11 }
12 h1, p {
13 color: red;
14 font-family: Helvetica;
15 }
16 </style>
17 </head>
18 <body>
19 <h1>not found</h1>
20 <p>don't worry though, it could be worse.</p>
21 </body>
22</html>
23