[change] move examples

This commit is contained in:
Nicolas Gallagher
2015-10-19 18:32:38 -07:00
parent 75f653818a
commit 5f7b3f5fef
4 changed files with 6 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>React Native for Web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The core React Native components adapted and expanded upon for the web">
<style>html { font-family: sans-serif; }</style>
<style id="react-stylesheet"></style>
<div id="react-root"></div>
<script src="/examples.js"></script>