| 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> | 
|  | 11 		<p><a href="/">home</a></p> | 
|  | 12 		<p><a href="https://discord.gg/tCwTJDSatu">Discord</a></p> | 
|  | 13 		<p><a href="https://hg.reactionary.software/repo/disearch/">source</a></p> | 
|  | 14 		<p> | 
|  | 15 			links: | 
|  | 16 			<a href="http://test.disearch.org/tools/links.html">test</a> | 
|  | 17 			- <a href="http://local.disearch.org:8080/tools/links.html">local</a> | 
|  | 18 		</p> | 
|  | 19 | 
|  | 20 		<h3>private</h3> | 
|  | 21 		<p><a href="/private/local/logs/">logs</a></p> | 
|  | 22 	</body> | 
|  | 23 </html> |