mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
13 lines
434 B
HTML
13 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML to JSX</title>
|
|
<!-- Github Pages lacks basic functionality such as permanent server-side
|
|
redirects, so the best we can do is a meta redirect -->
|
|
<meta http-equiv="refresh" content="0; url=http://magic.reactjs.net/htmltojsx.htm" />
|
|
</head>
|
|
<body>
|
|
This page has moved to <a href="http://magic.reactjs.net/htmltojsx.htm">http://magic.reactjs.net/htmltojsx.htm</a>
|
|
</body>
|
|
</html>
|