Files
react-navigation/example/index.html
2019-06-10 01:57:42 +02:00

35 lines
507 B
HTML

<style type="text/css">
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
*:focus {
outline: none;
}
*:focus-visible {
outline: auto;
}
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
background-color: #E2E1E0;
}
</style>
<div id="root"></div>
<script src="./index.tsx"></script>