Update agree.html.go

This commit is contained in:
wibyweb 2022-10-17 01:50:21 -04:00 committed by GitHub
parent 5e9b6302b3
commit dd35abf03a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
<form action="" method="post">
<div>I agree to the terms and conditions (check and submit)<input type="checkbox" id="agree" name="agree"> <input type="submit" value="Submit"/></div>
<br><br>
<a href="/">Return to Wiby search</a>
<a href="/">Return to search</a>
<input type="hidden" name="agreesubmit" id="agreesubmit" value="on">
</form>