Skip to content
Snippets Groups Projects
Commit fcf7ad3b authored by ale's avatar ale
Browse files

Add a <meta> viewport tag

parent 5a860448
No related branches found
No related tags found
1 merge request!13Improve HTTP behavior of the status page
Pipeline #11771 passed
......@@ -505,6 +505,7 @@ var _templatesIndexHtml = []byte(`<!DOCTYPE html>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="shortcut icon" href="/static/radio52.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
 
......@@ -601,7 +602,7 @@ func templatesIndexHtml() (*asset, error) {
return nil, err
}
 
info := bindataFileInfo{name: "templates/index.html", size: 2964, mode: os.FileMode(420), modTime: time.Unix(1612305970, 0)}
info := bindataFileInfo{name: "templates/index.html", size: 3037, mode: os.FileMode(420), modTime: time.Unix(1612307759, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
......
......@@ -5,6 +5,7 @@
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="shortcut icon" href="/static/radio52.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment