Mercurial > prosody-modules
comparison mod_http_oauth2/html/login.html @ 5227:0dcd956d7bc5
mod_http_oauth2: Close site header tags
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 09 Mar 2023 13:15:13 +0100 |
parents | aaa64c647e12 |
children | 7acf73d2ebb5 |
comparison
equal
deleted
inserted
replaced
5226:1756c0f929f5 | 5227:0dcd956d7bc5 |
---|---|
6 <title>{site_name} - Sign in</title> | 6 <title>{site_name} - Sign in</title> |
7 <link rel="stylesheet" href="style.css"> | 7 <link rel="stylesheet" href="style.css"> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 <main> | 10 <main> |
11 <h1>{site_name}<h1> | 11 <h1>{site_name}</h1> |
12 <h2>Sign in</h2> | 12 <h2>Sign in</h2> |
13 <p>Sign in to your account to continue.</p> | 13 <p>Sign in to your account to continue.</p> |
14 {state.error&<div class="error"> | 14 {state.error&<div class="error"> |
15 <p>{state.error}</p> | 15 <p>{state.error}</p> |
16 </div>} | 16 </div>} |