-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 727 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 727 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
27
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- <script type="text/javascript" src="react.min.js"></script>
<script type="text/javascript" src="react-dom.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> -->
</head>
<body>
<p>react.js</p>
<div id="app"></div>
<div id="example"></div>
<div id="example3">
</div>
<!-- <script type="text/javascript" src="index.js"></script> -->
<script type="text/javascript" src="main.entry.js"></script>
<div id="examplesec"></div>
<script type="text/javascript" src="helloworld_react.entry.js"></script>
<!-- <script type="text/babel" src="helloworld_react.js"></script>
-->
</body>
</html>