Move HTMLtoJSX page off React site. References https://github.com/reactjs/react-magic/issues/52 (#6608)

This commit is contained in:
Daniel Lo Nigro
2016-05-27 16:39:28 +10:00
committed by Paul O’Shannessy
parent b49356879f
commit ce7528f0cd
8 changed files with 17 additions and 98 deletions

12
html-jsx.html Normal file
View File

@@ -0,0 +1,12 @@
<!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>