aboutsummaryrefslogtreecommitdiff
path: root/public/404.html
blob: 2b40c917a4c19997a4a04b475e880c348b3930b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <title>404 - RSC</title>

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
    <link rel="stylesheet" type="text/css" href="css/style.css">
</head>

<body class='markdown-preview' data-use-github-style>
    <div>
        <div class="row">
            <h1>404</h1>
            <p>Teapot not found</p>
        </div>
    </div>
</body>

</html>