aboutsummaryrefslogtreecommitdiff
path: root/res/500.html
blob: 84abbae39ed4fb1a6a37c4feb4c1aa8767ec65c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <title>500 Internal Server Error</title>
        <link href="data:," rel="icon"/>
    </head>
    <body>
        <h1>
            500 Internal Server Error
        </h1>
    </body>
</html>