diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-04-19 23:20:28 +0200 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2022-04-19 23:20:28 +0200 |
commit | a7ff1f07ba1e18beae5c3c539141b682d6eaacdc (patch) | |
tree | cc6cfb9c2d49c3b9515a575207101cac4a6f47f3 /gpigeon-template.cgi | |
parent | b44359f2779794d18c010be5a2cdb8085000e373 (diff) | |
download | gpigeon-a7ff1f07ba1e18beae5c3c539141b682d6eaacdc.tar.gz gpigeon-a7ff1f07ba1e18beae5c3c539141b682d6eaacdc.zip |
center login box + more mobil friendly
Diffstat (limited to 'gpigeon-template.cgi')
-rwxr-xr-x | gpigeon-template.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index ea3147e..33f8898 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -572,6 +572,7 @@ if($loginOK){ print qq{<!DOCTYPE html> <html> <head> + <meta name="viewport" content="width=device-width"> <link rel="icon" sizes="48x48" type="image/ico" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="/styles.css"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> @@ -645,6 +646,7 @@ if($loginOK){ print qq{<!DOCTYPE html> <html> <head> + <meta name="viewport" content="width=device-width"> <link rel="icon" sizes="48x48" type="image/ico" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="/styles.css"> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> @@ -710,6 +712,7 @@ else{ qq{<!DOCTYPE html> <html lang="fr"> <head> + <meta name="viewport" content="width=device-width"> <meta charset="utf-8"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="/styles.css"> |