Blame view

test/index.html 161 Bytes
4b05d84e   梁灏   Modify the direct...
1
2
3
4
  <!DOCTYPE html>
  <html lang="zh-CN">
  <head>
      <meta charset="UTF-8">
4df4ea19   jingsam   optimize project ...
5
6
      <title>iView test page</title>
  </head>
4b05d84e   梁灏   Modify the direct...
7
8
  <body>
      <div id="app"></div>
4df4ea19   jingsam   optimize project ...
9
10
  </body>
  </html>