Add <noscript> tag in index.html for Tor browser or NoJS users
This commit is contained in:
parent
c20ba429b1
commit
c4d4d931f1
@ -30,6 +30,10 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<div style="font-size: 36px">🚨 mempool requires javascript🚨</div>
|
||||||
|
<div style="font-size: 20px"> You need to enable JS in your browser to use this website.</div>
|
||||||
|
</noscript>
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user