mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
15 lines
362 B
HTML
15 lines
362 B
HTML
<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>
|