mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
22 lines
449 B
HTML
22 lines
449 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/tree/master/packages/react-devtools#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
|
|
</p>
|