mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Move HTMLtoJSX page off React site. References https://github.com/reactjs/react-magic/issues/52 (#6608)
This commit is contained in:
committed by
Paul O’Shannessy
parent
b49356879f
commit
ce7528f0cd
12
html-jsx.html
Normal file
12
html-jsx.html
Normal 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>
|
||||
Reference in New Issue
Block a user