Add <noscript> tag in index.html for Tor browser or NoJS users

This commit is contained in:
wiz 2020-06-28 22:14:16 +09:00
parent c20ba429b1
commit c4d4d931f1
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -30,6 +30,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<noscript>
<div style="font-size: 36px">&#128680; mempool requires javascript&#128680;</div>
<div style="font-size: 20px">&nbsp; You need to enable JS in your browser to use this website.</div>
</noscript>
<app-root></app-root>
</body>
</html>