29 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <head>
 | |
|   <style>
 | |
|     body {
 | |
|       margin: 1em;
 | |
|     }
 | |
|   </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <h1>Terms of Service</h1>
 | |
|   <p>To be used for good, not evil.</p>
 | |
| 
 | |
|   <h1>Privacy</h1>
 | |
|   <p>We'll keep your info to ourselves.</p>
 | |
| 
 | |
|   <h1>License</h1>
 | |
|   <p>There are Commercial and Open Source versions of Telebit<br>(kinda like how Google has Chrome and Chromium).
 | |
|   </p>
 | |
|   <p>
 | |
|   The Open Source versions are available as
 | |
|   <li><a href="https://git.coolaj86.com/coolaj86/telebit.js" target="_blank">Telebit Remote</a> (the "client" daemon)</li>
 | |
|   <li><a href="https://git.coolaj86.com/coolaj86/telebit.js" target="_blank">Telebit Relay</a> (the service daemon)</li>
 | |
|   </p>
 | |
| 
 | |
|   <h1>Trademark</h1>
 | |
|   <p>Telebit is a trademark of AJ ONeal
 | |
|   </p>
 | |
| </body>
 |