Revert "Deploy website"

This reverts commit 30b387cc5d.
This commit is contained in:
Sophie Alpert
2018-06-26 14:47:34 -07:00
parent 30b387cc5d
commit 7529d09f2e
14489 changed files with 2586281 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!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>