mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
47377c57fb
Deploy website version based on 4de06cc565cc014fe6c4fb7070dea7408d5905fe
22 lines
601 B
HTML
22 lines
601 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/Tests"
|
|
/>
|
|
<script type="text/javascript">
|
|
window.location.href =
|
|
"https://github.com/facebook/react-native/wiki/Tests";
|
|
</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/Tests">link</a>.
|
|
</body>
|
|
</html>
|