1

set redirection to index instead of previous page

This commit is contained in:
kasch309
2020-03-18 14:21:39 +01:00
parent 75a4701bd0
commit b89b47ec81

View File

@ -16,7 +16,7 @@
<br> <br>
<div> <div>
<button type="button" class="btn btn-primary" style="margin: auto"> <button type="button" class="btn btn-primary" style="margin: auto">
<a style="color: white" href="#" onclick="javascript:window.history.back(-1);return false;">Zurück zur letzten Seite</a> <a style="color: white" href="index.html">Zurück zur Hauptseite</a>
</button> </button>
</div> </div>
<br> <br>