-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·22 lines (22 loc) · 966 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script type="text/javascript" src="./static/js/config.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
<title>Hosen客服管理系统</title>
</head>
<body>
<div id="app"></div>
<!--<% if (htmlWebpackPlugin.options.environment === '"development"') { %>-->
<!--<!– dllPlugins only include in development –>-->
<!--<!–<script src="<%= webpackConfig.output.publicPath %>static/dll/vendor.dll.js"></script>–>-->
<!--<% } %>-->
<!--<% if (htmlWebpackPlugin.options.environment === '"production"') { %>-->
<!--<!– inlineManifest only include in production –>-->
<!--<%=htmlWebpackPlugin.files.webpackManifest%>-->
<!--<% } %>-->
<!-- built files will be auto injected -->
</body>
</html>