-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
<meta name="layoutmode" content="standard"/>
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<title>react-redux-hooks-pro</title>
<!-- 页面关键词 keywords -->
<meta name="keywords" content="react16.8 react-redux react hooks">
<!-- 页面描述内容 description -->
<meta name="description" content="A New React Hook、React-redux Hook Project">
<!-- 定义网页作者 author -->
<meta name="author" content="awei sliwei">
<!--[if lte IE 9]>
<script>var _iealwn = {once: 0, outver: 9};</script>
<script id="_iealwn_js" src="https://support.dmeng.net/ie-alert-warning/latest.js"></script>
<![endif]-->
</head>
<body>
<div id="app"></div>
<% if(htmlWebpackPlugin.options.react) { %>
<script src="<%= htmlWebpackPlugin.options.react %>"></script>
<% } %>
<% if(htmlWebpackPlugin.options.redux) { %>
<script src="<%= htmlWebpackPlugin.options.redux %>"></script>
<% } %>
<% if(htmlWebpackPlugin.options.echarts) { %>
<script src="<%= htmlWebpackPlugin.options.echarts %>"></script>
<% } %>
<% if(htmlWebpackPlugin.options.blueprint) { %>
<script src="<%= htmlWebpackPlugin.options.blueprint %>"></script>
<% } %>
</body>
</html>