404.html


Quell Code


<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Page Not Found</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>

        * {
            line-height: 1.2;
            margin: 0;
        }

        html {
            color: #888;
            display: table;
            font-family: sans-serif;
            height: 100%;
            text-align: center;
            width: 100%;
        }

        body {
            display: table-cell;
            vertical-align: middle;
            margin: 2em auto;
        }

        h1 {
            color: #555;
            font-size: 2em;
            font-weight: 400;
        }

        p {
            margin: 0 auto;
            width: 280px;
        }

        @media only screen and (max-width: 280px) {

            body, p {
                width: 95%;
            }

            h1 {
                font-size: 1.5em;
                margin: 0 0 0.3em;
            }

        }

    </style>
</head>
<body>
    <h1>Page Not Found</h1>
    <p>Sorry, but the page you were trying to view does not exist.</p>
</body>
</html>
<!-- IE needs 512+ bytes: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/ -->
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Page Not Found</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <style>
  8. * {
  9. line-height: 1.2;
  10. margin: 0;
  11. }
  12. html {
  13. color: #888;
  14. display: table;
  15. font-family: sans-serif;
  16. height: 100%;
  17. text-align: center;
  18. width: 100%;
  19. }
  20. body {
  21. display: table-cell;
  22. vertical-align: middle;
  23. margin: 2em auto;
  24. }
  25. h1 {
  26. color: #555;
  27. font-size: 2em;
  28. font-weight: 400;
  29. }
  30. p {
  31. margin: 0 auto;
  32. width: 280px;
  33. }
  34. @media only screen and (max-width: 280px) {
  35. body, p {
  36. width: 95%;
  37. }
  38. h1 {
  39. font-size: 1.5em;
  40. margin: 0 0 0.3em;
  41. }
  42. }
  43. </style>
  44. </head>
  45. <body>
  46. <h1>Page Not Found</h1>
  47. <p>Sorry, but the page you were trying to view does not exist.</p>
  48. </body>
  49. </html>
  50. <!-- IE needs 512+ bytes: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/ -->
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Page Not Found</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>

        * {
            line-height: 1.2;
            margin: 0;
        }

        html {
            color: #888;
            display: table;
            font-family: sans-serif;
            height: 100%;
            text-align: center;
            width: 100%;
        }

        body {
            display: table-cell;
            vertical-align: middle;
            margin: 2em auto;
        }

        h1 {
            color: #555;
            font-size: 2em;
            font-weight: 400;
        }

        p {
            margin: 0 auto;
            width: 280px;
        }

        @media only screen and (max-width: 280px) {

            body, p {
                width: 95%;
            }

            h1 {
                font-size: 1.5em;
                margin: 0 0 0.3em;
            }

        }

    </style>
</head>
<body>
    <h1>Page Not Found</h1>
    <p>Sorry, but the page you were trying to view does not exist.</p>
</body>
</html>
<!-- IE needs 512+ bytes: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/ -->

vConsole
05:00:12
Uncaught TypeError: Cannot read properties of null (reading 'style')
/Kurze-Scripte-und-Codeschnipsel/index.php?name=404.html:2751:53
05:00:13
500
05:00:12
WeChatLib: 0 (xxxx.xx.xx)
05:00:13
System: Unknown
05:00:13
Protocol: HTTPS
05:00:13
UA: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
05:00:13
navigationStart: 1744088411360
05:00:13
navigation: 0ms
05:00:13
dns: 0ms
05:00:13
tcp: 0ms
05:00:13
request: 215ms
05:00:13
response: 130ms
05:00:13
domComplete (domLoaded): 1892ms (1515ms)
05:00:13
loadEvent: 16ms
05:00:13
total (DOM): 2473ms (2457ms)