| 0 | 1 <!doctype html> | 
|  | 2 <html> | 
|  | 3 	<head> | 
|  | 4 		<meta name="viewport" content="width=device-width, initial-scale=1"> | 
|  | 5 		<style> | 
|  | 6 			@import "tools.css"; | 
|  | 7 		</style> | 
|  | 8 	</head> | 
|  | 9 	<body> | 
|  | 10 		<h1>Links</h1> | 
| 4 | 11 | 
|  | 12 		<h3>public</h3> | 
| 0 | 13 		<p><a href="/">home</a></p> | 
| 18 | 14 		<p><a href="why.html">why</a></p> | 
| 4 | 15 		<p><a href="cookies.html">cookies</a></p> | 
|  | 16 | 
|  | 17 		<h3>private</h3> | 
|  | 18 		<p><a href="/private/local/logs/">logs</a></p> | 
|  | 19 		<p><a href="/private/tools/config.html">config</a></p> | 
|  | 20 		<p><a href="/private/tools/lucene.html">lucene</a></p> | 
|  | 21 | 
|  | 22 		<h3>global</h3> | 
| 0 | 23 		<p> | 
|  | 24 			links: | 
| 22 | 25 			<a href="https://disearch.reactionary.software/tools/links.html">test</a> | 
| 21 | 26 			- <a href="http://localhost:8080/tools/links.html">local</a> | 
| 0 | 27 		</p> | 
| 4 | 28 		<p><a href="https://discord.gg/tCwTJDSatu">Discord</a></p> | 
| 10 | 29 		<p> | 
|  | 30 			<a href="https://hg.reactionary.software/repo/disearch/">source</a> | 
| 23 | 31 			- <a href="https://www.luan.software/">Luan</a> | 
| 10 | 32 			- <a href="https://www.mercurial-scm.org/">Mercurial</a> | 
|  | 33 		</p> | 
| 2 | 34 		<p><a href="https://discord.com/developers/docs/intro">Discord API</a></p> | 
| 10 | 35 		<p><a href="https://disboard.org/">Disboard</a></p> | 
| 0 | 36 	</body> | 
|  | 37 </html> |