Mercurial > prosody-modules
comparison mod_http_oauth2/html/consent.html @ 5623:8de02381e80a
mod_http_oauth2: Conform to XHTML in templates
Mostly because pedantic. Seems appropriate.
Nice to be able to use an XML parser.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 31 Jul 2023 02:04:05 +0200 |
parents | 540beba5b75b |
children | 6109496a7ccc |
comparison
equal
deleted
inserted
replaced
5622:ae62d92506dc | 5623:8de02381e80a |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8" /> |
5 <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 <title>{site_name} - Authorize {client.client_name}</title> | 6 <title>{site_name} - Authorize {client.client_name}</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 {state.error&<div class="error"> | 11 {state.error&<div class="error"> |
12 <p>{state.error}</p> | 12 <p>{state.error}</p> |