Added button to return to landing page

This commit is contained in:
neviyn 2021-04-04 13:56:46 +01:00
parent 633fe0a7fc
commit b44dc99198

View File

@ -38,6 +38,11 @@
</form>
</div>
</div>
<div class="row justify-content-center mt-3">
<div class="col text-center">
<a class="btn btn-secondary btn-lg" href="/" role="button">Home</a>
</div>
</div>
</div>
</body>
</html>