diff --git a/node/bindata.go b/node/bindata.go
index 1a158f0a11afc2075ac7695417911da9da86cbf9..ca69fac222ed3eb7ce33be963d185710b7afdf3b 100644
--- a/node/bindata.go
+++ b/node/bindata.go
@@ -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
 }
diff --git a/node/templates/index.html b/node/templates/index.html
index 8e22c61a53159e3c651ae813a4af93afaddd37d2..bb1a1b7d0be868785d9569c5065f51b6cccb4bff 100644
--- a/node/templates/index.html
+++ b/node/templates/index.html
@@ -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>