@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>BI 商业智能平台</title>
+ <link rel="shortcut icon" href="/images/favicon.png">
+ <link rel="stylesheet" href="index.css" />
+</head>
+<body>
+
+ <div id="root"></div>
+ <script src="index.js"></script>
+</body>
+</html>