a0ea7efe
梁保满
init
|
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
818e50d7
梁保满
标签删除,修改
|
8
9
10
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
|
87053bc8
梁保满
设备状态模版下载更新
|
11
|
<link rel="icon" href="<%= BASE_URL %>331icon.ico">
|
a0ea7efe
梁保满
init
|
12
13
14
15
16
17
|
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
</head>
<body>
|
a0ea7efe
梁保满
init
|
18
19
20
21
22
23
24
25
26
|
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
|