Remove unused i18n tags in frontend/src/index.html

This commit is contained in:
wiz 2020-12-02 20:30:40 +09:00
parent 0d2e4000e1
commit 88b702d6d8
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -33,8 +33,8 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<div style="font-size: 36px" i18n="nojs.warning.1">&#128680; mempool requires javascript&#128680;</div> <div style="font-size: 36px">&#128680; mempool requires javascript&#128680;</div>
<div style="font-size: 20px" i18n="nojs.warning.2">&nbsp; You need to enable JS in your browser to use this website.</div> <div style="font-size: 20px">&nbsp; You need to enable JS in your browser to use this website.</div>
</noscript> </noscript>
<app-root></app-root> <app-root></app-root>
<script type="text/javascript"> <script type="text/javascript">