mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8345e177b4
Deploy website version based on ce59c014aa
14 lines
476 B
HTML
14 lines
476 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=getting-started.html">
|
|
<script type="text/javascript">
|
|
window.location.href = 'getting-started.html';
|
|
</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="getting-started.html">link</a>.
|
|
</body>
|
|
</html> |