-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
85 lines (85 loc) · 4.71 KB
/
services.html
File metadata and controls
85 lines (85 loc) · 4.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<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://librenode.com/services"/>
<meta name="robots" content="index, follow">
<meta name="description" content="This is a list of the services and tools that LibreNode provides."/>
<meta name="author" content="Tech1k">
<title>LibreNode - Services</title>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<meta name="keywords" content="librenode, libre, node, privacy frontend, open source tools, redlib, searxng, privatebin, it-tools, stirling pdf, mozhi">
<meta property="og:title" content="LibreNode - Services"/>
<meta property="og:description" content="This is a list of the services and tools that LibreNode provides."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://librenode.com/services"/>
<meta property="og:site_name" content="LibreNode"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="LibreNode - Services"/>
<meta name="twitter:description" content="This is a list of the services and tools that LibreNode provides."/>
<link rel="stylesheet" href="/assets/style.css?v=2">
</head>
<body>
<nav class="navbar">
<a href="/index.html">
<img src="/assets/librenode.png" alt="Logo">
</a>
<input type="checkbox" class="menu-toggle" id="menu-toggle" />
<label for="menu-toggle" class="hamburger">
<div></div>
<div></div>
<div></div>
</label>
<div class="nav-links">
<a href="/index.html">Home</a>
<a href="/services.html" id="curpage">Services</a>
<a href="/contact.html">Contact</a>
<a href="/legal.html">Legal</a>
<a href="/donate.html">Donate</a>
<a href="https://status.librenode.com">Status</a>
</div>
</nav>
<div id="main">
<h1>Services</h1>
<p>
<ul>
<a href="https://redlib.librenode.com"><img src="/assets/redlib.png" width="32px" style="margin-right: 3px; vertical-align: middle;">RedLib</a>
(<a href="http://redlib.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Reddit front-end
</ul>
<ul>
<a href="https://search.librenode.com"><img src="/assets/searxng.png" width="32px" style="margin-right: 3px; vertical-align: middle;">SearXNG</a>
(<a href="http://search.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Privacy respecting search engine
</ul>
<ul>
<a href="https://paste.librenode.com"><img src="/assets/privatebin.png" width="32px" style="margin-right: 3px; vertical-align: middle;">PrivateBin</a>
(<a href="http://paste.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Private pastebin
</ul>
<ul>
<a href="https://translate.librenode.com"><img src="/assets/mozhi.png" width="32px" style="margin-right: 3px; vertical-align: middle;">Mozhi</a>
(<a href="http://translate.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Translator front-end
</ul>
<ul>
<a href="https://tools.librenode.com"><img src="/assets/it-tools.png" width="32px" style="margin-right: 3px; vertical-align: middle;">IT-Tools</a>
(<a href="http://tools.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Useful programming tools
</ul>
<ul>
<a href="https://xmr.librenode.com"><img src="/assets/monero.png" width="32px" style="margin-right: 3px; vertical-align: middle;">Monero Node</a>
(<a href="http://xmr.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a>)
- Public Monero node
</ul>
<br/>
</p>
<hr/>
<footer style="text-align:center; margin:1em 0;">
<p>Serving freedom since March 17, 2025. Hosted with care by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>.</p>
</footer>
</div>
</body>
</html>