github.com/piotrnar/gocoin@v0.0.0-20240512203912-faa0448c5e96/client/www/templates/send_error.html (about)

     1  <b style="color:red"><!--ERROR_MSG--></b><br>
     2  <br>
     3  <a href="/snd">You will be automatically redirected to the previous page in 5 seconds...</a>
     4  <script>
     5  setTimeout(function() {
     6  	document.location = '/snd'
     7  }, 5000)
     8  </script>