Files
react-native/docs/maintainers.html
T
Website Deployment Script 47377c57fb Deploy website
Deploy website version based on 4de06cc565cc014fe6c4fb7070dea7408d5905fe
2019-05-10 20:05:50 +00:00

21 lines
578 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="refresh"
content="0; url=https://github.com/facebook/react-native/wiki/"
/>
<script type="text/javascript">
window.location.href = "https://github.com/facebook/react-native/wiki/";
</script>
<title>
React Native · A framework for building native apps using React
</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="https://github.com/facebook/react-native/wiki/">link</a>.
</body>
</html>