2019-07-23 21:10:34 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2019-11-21 22:52:10 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-07-23 21:10:34 +00:00
|
|
|
<title>InfluxDB 2.0</title>
|
|
|
|
<base href="/" />
|
2019-10-24 20:57:25 +00:00
|
|
|
<%= htmlWebpackPlugin.options.header %>
|
2019-07-23 21:10:34 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-10-11 19:17:49 +00:00
|
|
|
<div id="react-root" data-basepath="<%= htmlWebpackPlugin.options.base %>"></div>
|
2019-10-24 20:57:25 +00:00
|
|
|
<%= htmlWebpackPlugin.options.body %>
|
2019-07-23 21:10:34 +00:00
|
|
|
</body>
|
|
|
|
</html>
|