forked from react-grid-layout/react-grid-layout
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
13 lines (13 loc) · 393 Bytes
/
index.html
File metadata and controls
13 lines (13 loc) · 393 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>