Blame view

node_modules/dom-walk/example/static/index.html 406 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <!DOCTYPE html>
  <html>
      <head>
          <title> Your title </title>
      </head>
      <body>
          <!-- live reload script -->
          <script src="http://localhost:8081"></script>
          <!-- the main bundle served from index.js -->
          <script src="bundle.js"></script>
          <!--
              Other bundles
              <script src="entry/other-entry.js"></script>
          -->
      </body>
  </html>