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.
12 lines
434 B
12 lines
434 B
<!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>
|
|
|