Fix 503 page

fix-503-page
Sharafitdinova 2 years ago committed by GitHub
parent 6fe410d638
commit a7de000357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/block_scout_web/assets/static/503.html

@ -187,6 +187,7 @@
</div> </div>
<div class="block-not-found-content"> <div class="block-not-found-content">
<h1 class="card-title error-title">Service unavailable</h1> <h1 class="card-title error-title">Service unavailable</h1>
<h2>::CLOUDFLARE_ERROR_500S_BOX::</h2>
<p class="error-descr">Hang on… we’re working on a fix! Please come back soon to try again.</p> <p class="error-descr">Hang on… we’re working on a fix! Please come back soon to try again.</p>
<a class="error-btn" href="/">Back to home</a> <a class="error-btn" href="/">Back to home</a>
</div> </div>
@ -196,4 +197,4 @@
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save