- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title></title>
- <style>
- .html404{position: absolute;top:0;left:0;bottom: 0;right:0;margin:auto;}
- @media only screen and (max-width: 750px) {
- .html404{width:60%;}
- }
- </style>
- </head>
- <body style="position: relative;width:100%;height: 100vh;overflow: hidden;">
- <img class="html404" src="/static/img/404.png" alt="">
- </body>
- </html>
|