influxdb/ui/src/index.html

17 lines
407 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta
http-equiv="Content-type"
content="text/html; charset=utf-8 width=device-width, initial-scale=1"
name="viewport"
/>
<title>InfluxDB 2.0</title>
<link rel="shortcut icon" href="../assets/images/favicon.ico" />
</head>
<body>
<div id="react-root" data-basepath=""></div>
<script src="./index.tsx"></script>
</body>
</html>