mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
22 lines
444 B
HTML
22 lines
444 B
HTML
<script src="shared.js"></script>
|
|
<style>
|
|
html, body {
|
|
font-size: 14px;
|
|
min-width: 410px;
|
|
min-height: 33px;
|
|
}
|
|
|
|
body {
|
|
margin: 8px;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<p>
|
|
<b>This page doesn’t appear to be using React.</b>
|
|
<br />
|
|
If this seems wrong, follow the <a href="https://github.com/facebook/react-devtools/blob/master/README.md#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
|
|
</p>
|