view unsubscribe/src/private/tools/tools.html @ 3:b016e4b7c8da default tip

add read_me
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 12 Jul 2025 12:51:36 -0600
parents 8f4df159f06b
children
line wrap: on
line source

<!doctype html>
<html lang="en">
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<style>
			@import "tools.css";
		</style>
	</head>
	<body>
		<h1>Unsubscribe Tools</h1>
		<p>
			https://unsubscribe.linkmystyle.com/unsubscribe.html?email=someone@somewhere.com
			<br>change the email
		</p>
		<p><a href="unsubscribed.html">unsubscribed</a></p>
		<p><a href="../local/logs/">logs</a></p>
		<p><a href="../rev.txt">hg rev</a></p>
		<p><a href="lucene.html">lucene</a></p>
	</body>
</html>