File size: 424 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
  <head>
    <script src="/bundle.js"></script>
    <title>RGL Example</title>
  </head>
  <body>
    <h3>React-Grid-Layout Dev</h3>
    <p>Try dragging the elements around.</p>
    <p>
      If you don't see any content, run webpack (<span
        style="font-family: monospace"
        >npm run dev</span
      >) and load this file from the server it opens.
    </p>
    <div id="content"></div>
  </body>
</html>