-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
52 lines (52 loc) · 2.63 KB
/
tools.html
File metadata and controls
52 lines (52 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<link rel="canonical" href="https://cyphertoshi.com/tools"/>
<meta name="robots" content="index, follow">
<meta name="description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<meta name="author" content="Tech1k">
<title>CypherToshi's Toolkit</title>
<link rel="shortcut icon" href="/assets/favicon.png?v=2"/>
<meta property="og:title" content="CypherToshi"/>
<meta property="og:description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://cyphertoshi.com/tools"/>
<meta property="og:site_name" content="CypherToshi"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CypherToshi's Toolkit"/>
<meta name="twitter:description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<link rel="stylesheet" href="/assets/style.css?v=4">
</head>
<body>
<div id="main">
<h1>CypherToshi's Toolkit</h1>
<p><i>Handcrafted, privacy-first open-source utilities for a digital world.</i></p>
<div class="center">
<h3>
<a href="/" id="curpage">Home</a> |
<a href="/links.html">Links</a> |
<a href="/notes.html">Notes</a> |
<a href="/tools.html">Toolkit</a>
</h3>
</div>
<hr/>
<section>
<h2>Tools & Services:</h2>
<ul>
<li id="listlink"><a href="/openalias-checker/">OpenAlias checker</a></li>
<li id="listlink"><a href="/openalias-generator/">OpenAlias generator</a></li>
<li id="listlink"><a href="/posts/openalias-wallets.html">List of wallets that support OpenAlias</a></li>
<li id="listlink"><i>This is only the beginning with more to come.</i></li>
</ul>
</section>
<br/>
<hr/>
<footer>
<p style="text-align:center;">An initiative started April 15, 2025 by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>. This site is <a href="https://github.com/Tech1k/cyphertoshi.com" target="_blank" rel="noopener">open-source</a>.</p>
</footer>
</div>
</body>
</html>