summaryrefslogtreecommitdiff
path: root/templates/error.html
blob: 0617a2058502af982a728fd4c3aef6dc616856ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
  <head>
    <title>Symposium</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="/static/styles.css">
    <link rel="stylesheet" type="text/css" href="/symposium/static/styles.css">
    <link rel="shortcut icon" type="image/x-icon" href="/symposium/static/favicon.ico">
  </head>
  <body>
	<div class="container">
        <div>
            <div class="home">
                <a href="/symposium" class="home-title">Symposium</a>
                <span> at </span><a class="site" href="/">cyfraeviolae.org</a>
                <a class="source" href="/git/symposium">[src]</a>
            </div>
        </div>

        <br>
        <h3>Error.</h3>

        {{ error }}
    </div>
  </body>
</html>