aboutsummaryrefslogtreecommitdiff
path: root/share/html/404.html
blob: 09d0fc3c0cf46eff30c56ff2a5e64f2e2b551b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    <head>
        <title>Error 404</title>
        <link href="data:image/x-icon;base64,{{favicon_b64}}" rel="icon" type="image/x-icon" />
        <style type="text/css">
            body {
                background-color: #FFC4D5;
                color: #FF0048;
                text-align: center;
                font-size: 20em;
            }
        </style>
    </head>
    <body>404</body>
</html>