404.html (960B) - raw
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="description" content="Oscar Benedito's website"> 6 <meta name="author" content="Oscar Benedito"> 7 <meta name="viewport" content="width=device-width,initial-scale=1"> 8 <title>404 Error | Oscar Benedito</title> 9 <link rel="icon" href="/{{ _asset_img/favicon.min.svg }}"> 10 </head> 11 <body style="background-color: hsl(0, 0%, 94%); color: hsl(0, 0%, 47%); font-family: sans-serif;"> 12 <div style="margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;"> 13 <a href="/" style="font-size:0; margin-top: 0;"><img style="width:100px; height:100px;" src="/{{ _asset_img/favicon.min.svg }}"></a> 14 <p style="font-size: 3em; font-weight: bold; margin-bottom: 0.25em;">404 Error</p> 15 <p style="font-size: 1.5em; margin-bottom: 0;">The file or page you requested was not found.</p> 16 </div> 17 </body> 18 </html>