This repository has been archived on 2025-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
oohay/go/core/coreassets/settings/agree.html.go
2025-05-23 15:11:34 -07:00

33 lines
1.1 KiB
Go
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Adult Content Agreement</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<LINK REL=STYLESHEET HREF="/styles.css" TYPE="text/css">
</head>
<body>
<h4>Adult Content Agreement</h4>
<p.main>
You have indicated that you do not want adult content filtered.<br>
By clicking agree, you accept that you will not freak out over what could end up displayed in the search results.<br>
We try to ensure content that is illegal does not get stored into the index.
If you are 18 years of age or older and agree to the terms, check the box and press Submit.
</p>
<br><br>
<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 search</a>
<input type="hidden" name="agreesubmit" id="agreesubmit" value="on">
</form>
</body>
</html>