Blame view

public/index.html 742 Bytes
61c95af3   夏洋涛   feat: 创建
1
2
<!DOCTYPE html>
<html lang="en">
276a64cb   夏洋涛   feat: 埋、扫一扫
3
4
  <head>
    <meta charset="utf-8">
12bbfccb   夏洋涛   feat:新埋点对接
5
6
7
8
9
10
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta name="format-detection" content="telephone=yes"/>
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
    <title></title>
  </head>
0b4beb09   夏洋涛   feat:添加title
11
  <body>
12bbfccb   夏洋涛   feat:新埋点对接
12
13
    <noscript>
      <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
276a64cb   夏洋涛   feat: 埋、扫一扫
14
15
16
    </noscript>
    <div id="app"></div>
	<script src="https://webapi.amap.com/maps?v=1.4.15&key=61af1988b71a634a59a0de29409baeb8"></script>
12bbfccb   夏洋涛   feat:新埋点对接
17
18
</body>
</html>
61c95af3   夏洋涛   feat: 创建

276a64cb   夏洋涛   feat: 埋、扫一扫