Blame view

local/template/index.html 157 Bytes
7fa943eb   梁灏   init
1
2
3
4
5
6
7
8
9
10
  <!DOCTYPE html>
  <html lang="zh-CN">
  <head>
      <meta charset="UTF-8">
      <title>Webpack App</title>
  </head>
  <body>
      <div id="app"></div>
  </body>
  </html>