mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
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">
|
||||
</head>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user