view src/tools/links.html @ 2:5ae5fbce0d75

start header
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 21 Oct 2023 21:29:56 -0600
parents 24d8dc525146
children 43814e9f5802
line wrap: on
line source

<!doctype html>
<html>
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<style>
			@import "tools.css";
		</style>
	</head>
	<body>
		<h1>Links</h1>
		<p><a href="/">home</a></p>
		<p><a href="https://discord.gg/tCwTJDSatu">Discord</a></p>
		<p><a href="https://hg.reactionary.software/repo/disearch/">source</a></p>
		<p>
			links:
			<a href="http://test.disearch.org/tools/links.html">test</a>
			- <a href="http://local.disearch.org:8080/tools/links.html">local</a>
		</p>
		<p><a href="https://discord.com/developers/docs/intro">Discord API</a></p>

		<h3>private</h3>
		<p><a href="/private/local/logs/">logs</a></p>
	</body>
</html>