comparison mod_http_oauth2/html/login.html @ 5635: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
parents f889ff779571
children
comparison
equal deleted inserted replaced
5634:f3b7e05c74a9 5635: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} - Sign in</title> 6 <title>{site_name} - Sign in</title>
7 <link rel="stylesheet" href="style.css" /> 7 <link rel="stylesheet" href="style.css" />