error.html

 1<!doctype html>
 2<html lang="en-US">
 3    <head>
 4        <title>Credentials submission area | {{ .Org.Name }}</title>
 5        <meta charset="utf-8">
 6        <meta http-equiv="x-ua-compatible" content="ie=edge">
 7        <meta name="description" content="Securely send credentials to {{ .Org.Name }}">
 8        <meta name="viewport" content="width=device-width, initial-scale=1">
 9        <link rel="stylesheet" href="/static/pico.classless.min.css">
10        <style>
11         :root {
12             --primary: {{ .Org.Primarycolour }} !important;
13         }
14        </style>
15    </head>
16    <body>
17        <main>
18            <section>
19                <hgroup>
20                    <h2>Credentials submission area</h2>
21                    <h3>Securely submit credentials to {{ .Org.Name }}</h3>
22                </hgroup>
23            </section>
24            <section>
25                <h4>There was an error submitting your credentials. Please either <a href="#" onclick="window.history.back();">try again</a> or contact {{ .Org.Name }}.</h4>
26            </section>
27        </main>
28        <footer>
29        </footer>
30    </body>
31</html>