-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 712 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>jsx compiler</title>
<link rel="stylesheet" href="http://facebook.github.io/react/css/syntax.css">
<link rel="stylesheet" href="http://facebook.github.io/react/css/codemirror.css">
<link rel="stylesheet" href="http://facebook.github.io/react/css/react.css">
<meta name="author" content="Joel Burget (joelburget@gmail.com)">
<meta name="copyright" content="Copyright © Joel Burget">
<meta name="keywords" content="babel,javascript,react">
</head>
<body>
<div id="inject"></div>
<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>