Software / code / prosody-modules
Comparison
mod_http_oauth2/html/error.html @ 5641: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 |
| parent | 5500:8d3e7b201ba4 |
| child | 5642:6109496a7ccc |
comparison
equal
deleted
inserted
replaced
| 5632:ae62d92506dc | 5641: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} - Error</title> | 6 <title>{site_name} - Error</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>Authentication error</h2> | 12 <h2>Authentication error</h2> |