-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 769 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>React App</title>
</head>
<body>
<div id="app"></div>
<div id="app2"></div>
<div id="dynamic-table"></div>
<div id="state"></div>
<div id="props"></div>
<div id="stateprops"></div>
<div id="props-validation"></div>
<div id="component-api"></div>
<div id="component-lifecycle"></div>
<div id="forms"></div>
<div id="complex-form"></div>
<div id="event"></div>
<div id="child-event"></div>
<div id="refs"></div>
<div id="keys"></div>
<div id="router"></div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>