mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
10 lines
403 B
HTML
10 lines
403 B
HTML
<!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>
|