Explain no javascript
This commit is contained in:
parent
a25457254f
commit
6e7cb86d2e
|
@ -37,13 +37,23 @@
|
||||||
}
|
}
|
||||||
.nojs {
|
.nojs {
|
||||||
color: white;
|
color: white;
|
||||||
|
max-width: 32rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="nojs">
|
<div class="nojs">
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>
|
||||||
|
You need to enable JavaScript to run this app because it's written in React.
|
||||||
|
I was planning on writing a server-side version, but I've become distracted
|
||||||
|
by other projects -- sorry!
|
||||||
|
<br/>
|
||||||
|
I originally wrote this for myself, and of course I whitelist JavaScript on
|
||||||
|
all my own domains.
|
||||||
|
<br/><br/>
|
||||||
|
Alternatively, try activex.news.t0.vc for an ActiveX™ version.
|
||||||
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user