summaryrefslogtreecommitdiff
path: root/sublab_project/templates/404.html
blob: 354397734268579aa0e7d36c5342daaadb4089a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="UTF-8">
        <title>sublab - page not found</title>
        <meta name="robots" content="noindex,nofollow">
    </head>
    <body>
        <h1>page not found</h1>
        <p>Hier nix <code>{{ request_path }}</code>.</p>
        <p>Nach hause <a href="/">telefonieren</a>.</p>
    </body>
</html>