23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="UTF-8">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 
 | |
| 		<link rel="stylesheet" href="/static/main.css">
 | |
| 	<body>
 | |
| 		<h2>terms of service</h2>
 | |
| 		<p>all services are provided without any guarantees as to reliability. <b>yonderly.org</b> is not responsible for data loss.</p>
 | |
| 		<h3>misuse & abuse</h3>
 | |
| 		<p>do not engage in the following on any <b>yonderly.org</b> service:
 | |
| 		<ol>
 | |
| 			<li>anything that violates United States or Tennessee law.</li>
 | |
| 			<li>storing or distributing child pornography, including depitctions of underage individuals.
 | |
| 			<li>any form of spamming, hacking, or exploitation.</li>
 | |
| 		</ol>
 | |
| 		<p>any violation of lines 1 or 2 will result the reporting of all relevant information to authorities of the United States and the abuser's country.</p> 
 | |
| 		<h3>privacy</h3>
 | |
| 		<p><b>yonderly.org</b> stores your IP address and User-Agent when you connect to any domain part of it. this information is not sold or abused in any way. logs are deleted routinely.</p>
 | |
| 	</body>
 | |
| </html>
 |