You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
362 B
14 lines
362 B
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>React In-Browser Compilation</title>
|
|
|
|
<script src="./oneClickReact.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="./app.js" type="text/jsx" charset="utf-8"></script>
|
|
|
|
</head>
|
|
<body id="hello">
|
|
Open this page in Safari or Firefox.
|
|
</body>
|
|
|
|
</html>
|
|
|