comparison client/public/index.html @ 4778:7a3ace19dc56

window title configurable
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 21 Oct 2019 15:17:14 +0200
parents 4cebd0a1f41f
children
comparison
equal deleted inserted replaced
4777:702f06d827a8 4778:7a3ace19dc56
14 <head> 14 <head>
15 <meta charset="utf-8" /> 15 <meta charset="utf-8" />
16 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 16 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
17 <meta name="viewport" content="width=device-width,initial-scale=1.0" /> 17 <meta name="viewport" content="width=device-width,initial-scale=1.0" />
18 <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> 18 <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
19 <title>gemmajs</title> 19 <title><%= process.env.VUE_APP_WINDOWTITLE || VUE_APP_TITLE %></title>
20 <style> 20 <style>
21 html { 21 html {
22 height: 100%; 22 height: 100%;
23 width: 100%; 23 width: 100%;
24 margin: 0 auto; 24 margin: 0 auto;