fix(ui): update the meta tag (#16013)

pull/16018/head
Alex Boatwright 2019-11-21 14:52:10 -08:00 committed by GitHub
parent 2ae8592aa4
commit 2c5fbe8ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv="Content-type"
content="text/html; charset=utf-8 width=device-width, initial-scale=1"
name="viewport"
/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>InfluxDB 2.0</title>
<base href="/" />
<%= htmlWebpackPlugin.options.header %>