comparison mod_http_oauth2/html/error.html @ 5650:0eb2d5ea2428

merge
author Stephen Paul Weber <singpolyma@singpolyma.net>
date Sat, 06 May 2023 19:40:23 -0500
parents aaa64c647e12
children 8d3e7b201ba4
comparison
equal deleted inserted replaced
5649:2c69577b28c2 5650:0eb2d5ea2428
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <title>{site_name} - Error</title>
7 <link rel="stylesheet" href="style.css">
8 </head>
9 <body>
10 <main>
11 <h1>{site_name}<h1>
12 <h2>Authentication error</h2>
13 <p>There was a problem with the authentication request. If you were trying to sign in to a
14 third-party application, you may want to report this issue to the developers.</p>
15 <div class="error">
16 <p>{error.text}</p>
17 </div>
18 </main>
19 </body>
20 </html>