Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

404.html

Blame
  • 404.html 2.27 KiB
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Error {{.Code}} | kuschku.de</title>
        <link rel="shortcut icon" href="https://kuschku.de/favicon.png">
        <link rel="shortcut icon" href="https://kuschku.de/favicon.svg">
        <meta name="generator" content="Human v1.0">
        <meta name="referrer" content="origin">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="HandheldFriendly" content="True">
        <meta name="theme-color" content="#0075BF">
        <meta name="msapplication-navbutton-color" content="#0075BF">
        <meta name="apple-mobile-web-app-status-bar-style" content="#0075BF">
        <title>Error {{.Code}} | kuschku.de</title>
        <style>
            * {
                margin: 0;
                padding: 0
            }
    
            html, code {
                font: 15px/22px arial, sans-serif
            }
    
            html {
                background: #fff;
                color: #222;
                padding: 15px
            }
    
            body {
                margin: 7% auto 0;
                max-width: 390px;
                min-height: 180px;
                padding: 30px 0 15px
            }
    
            p {
                margin: 11px 0 22px;
                overflow: hidden
            }
    
            ins {
                color: #777;
                text-decoration: none
            }
    
            a {
                text-decoration: none
            }
    
            a img {
                width: 32px;
                height: 32px;
                vertical-align: bottom
            }
    
            a span {
                color: #0075BF;
                font-weight: bold;
                font-size: 24px;
                letter-spacing: -1px;
                line-height: 24px;
                margin-left: 4px
            }
    
            @media screen and (max-width: 772px) {
                body {
                    margin-top: 0;
                    max-width: none
                }
            }
        </style>
    </head>
    <body>
    <p>
        <a href="//kuschku.de/">
            <img src="//kuschku.de/assets/images/logo.svg" aria-hidden="true" alt="Logo">
            <span>kuschku.de</span>
        </a>
    </p>
    <p>
        <b>{{.Code}}.</b>
        <ins>That’s an error.</ins>
    </p>
    <p>
        The requested site <code>{{.Url}}</code> was not found on this server.<br>
        <ins>That’s all we know.</ins>
    </p>
    </body>
    </html>