| 
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>
 | 
| 
4
 | 
    14 		<p><a href="cookies.html">cookies</a></p>
 | 
| 
 | 
    15 
 | 
| 
 | 
    16 		<h3>private</h3>
 | 
| 
 | 
    17 		<p><a href="/private/local/logs/">logs</a></p>
 | 
| 
 | 
    18 		<p><a href="/private/tools/config.html">config</a></p>
 | 
| 
 | 
    19 		<p><a href="/private/tools/lucene.html">lucene</a></p>
 | 
| 
 | 
    20 
 | 
| 
 | 
    21 		<h3>global</h3>
 | 
| 
0
 | 
    22 		<p>
 | 
| 
 | 
    23 			links:
 | 
| 
 | 
    24 			<a href="http://test.disearch.org/tools/links.html">test</a>
 | 
| 
 | 
    25 			- <a href="http://local.disearch.org:8080/tools/links.html">local</a>
 | 
| 
 | 
    26 		</p>
 | 
| 
4
 | 
    27 		<p><a href="https://discord.gg/tCwTJDSatu">Discord</a></p>
 | 
| 
 | 
    28 		<p><a href="https://hg.reactionary.software/repo/disearch/">source</a></p>
 | 
| 
2
 | 
    29 		<p><a href="https://discord.com/developers/docs/intro">Discord API</a></p>
 | 
| 
0
 | 
    30 	</body>
 | 
| 
 | 
    31 </html>
 |