set default viewport for mobile
This commit is contained in:
parent
194c0b0405
commit
820805b063
@ -13,6 +13,7 @@ func (this *App) ServePartial_Header(w http.ResponseWriter, slug string) {
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>`+hesc(this.cfg.AppTitle)+`</title>
|
<title>`+hesc(this.cfg.AppTitle)+`</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||||
|
<meta viewport="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>`+hesc(this.cfg.AppTitle)+`</h2>
|
<h2>`+hesc(this.cfg.AppTitle)+`</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user