-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.02 KB
/
index.html
File metadata and controls
31 lines (27 loc) · 1.02 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script src="https://static.XXX.com/web/common/js/flexible.750-1.0.0.js"></script>
<title>三好学生颁奖典礼</title>
<!-- <%= htmlWebpackPlugin.options.vconsole %> -->
<!-- <%= htmlWebpackPlugin.options.vconsole_js %> -->
<style>
#root {
height: 100px;
width: 100px;
background-color: red;
}
</style>
</head>
<body>
<div id="root"></div>
<%= htmlWebpackPlugin.options.dll %>
<!-- <script src="//static.XXX.com/web/common/collection/react/15.4.2/react.js"></script> -->
<!-- <script src="//static.XXX.com/web/common/collection/react-dom/15.4.2/react-dom.min.js"></script> -->
<!-- <script src="https://static.XXX.com/web/common/js/jquery-3.1.1.min.js"></script> -->
<script src="./dist/app.bundle.js"></script>
</body>
</html>