Explain no javascript
This commit is contained in:
		| @@ -37,13 +37,23 @@ | ||||
| 			} | ||||
| 			.nojs { | ||||
| 				color: white; | ||||
| 				max-width: 32rem; | ||||
| 			} | ||||
| 		</style> | ||||
| 	</head> | ||||
|  | ||||
| 	<body> | ||||
| 		<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 id="root"></div> | ||||
| 		<!-- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user