Mercurial Hosting > linkmystyle
comparison unsubscribe/src/private/tools/tools.html @ 0:8f4df159f06b
start public repo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 11 Jul 2025 20:57:49 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8f4df159f06b |
---|---|
1 <!doctype html> | |
2 <html lang="en"> | |
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>Unsubscribe Tools</h1> | |
11 <p> | |
12 https://unsubscribe.linkmystyle.com/unsubscribe.html?email=someone@somewhere.com | |
13 <br>change the email | |
14 </p> | |
15 <p><a href="unsubscribed.html">unsubscribed</a></p> | |
16 <p><a href="../local/logs/">logs</a></p> | |
17 <p><a href="../rev.txt">hg rev</a></p> | |
18 <p><a href="lucene.html">lucene</a></p> | |
19 </body> | |
20 </html> |