Files
react-native-web/example/index.html
Nicolas Gallagher cb039d075f Reorganize modules
2015-06-14 23:02:55 -07:00

7 lines
238 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../dist/react-web-sdk.css">
<div id="react-root"></div>
<script src="../dist/example.js"></script>