Software / code / prosody-modules
Comparison
mod_http_oauth2/html/device.html @ 5653:401356232e1b
mod_http_oauth2: Specify language in templates
Might be used as hint to translation systems.
Maybe one day we'll have i18n built in, but this is not that day!
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 26 Aug 2023 01:40:23 +0200 |
| parent | 5649:f889ff779571 |
comparison
equal
deleted
inserted
replaced
| 5652:f3b7e05c74a9 | 5653:401356232e1b |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html lang="en"> |
| 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&d} Device</title> | 6 <title>{site_name} - Authorize{client&d} Device</title> |
| 7 <link rel="stylesheet" href="style.css" /> | 7 <link rel="stylesheet" href="style.css" /> |