-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 960 Bytes
/
index.html
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>Hello</title>
<!--<script src="./lib/require.js"></script>-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script>-->
<!--<script src="./node_modules/babel-core/browser.js"></script>-->
<!--<script src="https://unpkg.com/lodash@4.17.4/"></script>-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.10/browser.js"></script>-->
<!--<script type="application/javascript" src="https://unpkg.com/babel-core@6.25.0/lib/api/browser.js"></script>-->
</head>
<body>
<div>
<div id="root" style="width: 800px;height:800px;"></div>
</div>
</body>
<!--<script src="node_modules/react/dist/react.js"></script>
<script src="./lib/require.js"></script>-->
<!--<script type="text/babel" src="./basicSyntaxSample/ramda.js"></script>-->
<!--<script src="./lib/generator.js" />-->
</html>