diff options
| author | Kira <kira.eva@protonmail.com> | 2023-05-17 02:17:11 +0100 | 
|---|---|---|
| committer | Kira <kira.eva@protonmail.com> | 2023-05-17 02:17:11 +0100 | 
| commit | 218b301505bfa295b9f5cfc4bef92669ed36d936 (patch) | |
| tree | d9049f7d951c5fb218012cb0f88a6e7e4466644a | |
| parent | 4f93be86f144aca49b566791831d198e05687a37 (diff) | |
| download | UKGenderPayGap-218b301505bfa295b9f5cfc4bef92669ed36d936.tar.gz UKGenderPayGap-218b301505bfa295b9f5cfc4bef92669ed36d936.zip  | |
Add metatag to make responsive
| -rw-r--r-- | src/templates/template.html.j2 | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/template.html.j2 b/src/templates/template.html.j2 index 02da03a..834e798 100644 --- a/src/templates/template.html.j2 +++ b/src/templates/template.html.j2 @@ -1,6 +1,7 @@  <!DOCTYPE HTML>  <html>  <head> +    <meta name="viewport" content="width=device-width, initial-scale=1">  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">  	<title>UK Gender Pay Gap :: {{ title }}</title>  	<!-- JQuery and JQurty UI current version -->  | 
