-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.41 KB
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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>HTML to JSX</title>
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="HTML to JSX" />
<meta property="og:type" content="website" />
<meta property="og:image" content="../reactjs.org/img/404.html" />
<link rel="stylesheet" href="./htmlToJsx/css/codemirror.min.css" />
<link rel="stylesheet" href="./htmlToJsx/react.css" />
<link rel="stylesheet" href="./htmlToJsx/syntax.css" />
</head>
<body>
<div class="jsxCompiler">
<h1>HTML to JSX Compiler</h1>
<div id="jsxCompiler">Loading...</div>
<script src="./htmlToJsx/js/react.min.js"></script>
<script src="./htmlToJsx/js/javascript.min.js"></script>
<script src="./htmlToJsx/js/codemirror.min.js"></script>
<script src="./htmlToJsx/js/prop-types.min.js"></script>
<script src="./htmlToJsx/js/create-react-class.min.js"></script>
<script src="./cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react.min.js"></script>
<script src="./cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.min.js"></script>
<script src="./htmlToJsx/live_editor.js"></script>
<script src="./htmlToJsx/htmltojsx.min.js"></script>
<script src="./htmlToJsx/htmltojsx-component.js"></script>
</div>
</body>
</html>