-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (76 loc) · 4.83 KB
/
Copy pathindex.html
File metadata and controls
76 lines (76 loc) · 4.83 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
<!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="#14161b">
<link rel="canonical" href="https://librenode.com"/>
<meta name="robots" content="index, follow">
<meta name="description" content="LibreNode.com is a gateway to privacy-respecting tools and services."/>
<meta name="author" content="Tech1k">
<title>LibreNode - Home</title>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<meta name="keywords" content="librenode, libre, node, privacy frontend, open source tools, searxng, privatebin, it-tools, bentopdf, mozhi, cyberchef, excalidraw, monero, xmr, monero block explorer, stagenet explorer, testnet explorer">
<meta property="og:title" content="LibreNode - Home"/>
<meta property="og:description" content="LibreNode.com is a gateway to privacy-respecting tools and services."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://librenode.com"/>
<meta property="og:site_name" content="LibreNode"/>
<meta property="og:image" content="https://librenode.com/assets/og-banner.png"/>
<meta name="twitter:image" content="https://librenode.com/assets/og-banner.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="LibreNode - Home"/>
<meta name="twitter:description" content="LibreNode.com is a gateway to privacy-respecting tools and services."/>
<link rel="stylesheet" href="/assets/style.css?v=10">
</head>
<body>
<nav class="navbar">
<a href="/">
<img src="/assets/librenode.png" alt="LibreNode home">
</a>
<input type="checkbox" class="menu-toggle" id="menu-toggle" aria-label="Toggle navigation menu" />
<label for="menu-toggle" class="hamburger">
<div></div>
<div></div>
<div></div>
</label>
<div class="nav-links">
<a href="/" id="curpage">Home</a>
<a href="/services">Services</a>
<a href="/contact">Contact</a>
<a href="/legal">Legal</a>
<a href="/donate">Donate</a>
<a href="https://status.librenode.com">Status</a>
</div>
</nav>
<div id="main">
<h1>Welcome to LibreNode!</h1>
<p>
LibreNode hosts privacy-respecting services and useful tools. We hope you find these services helpful. If you have any issues or suggestions for new services, please don't hesitate to contact us <a href="/contact">here</a>.
</p>
<h2 style="margin-top: 25px;">Why was LibreNode created and who runs it?</h2>
<p>
LibreNode was launched on March 17, 2025 as a passion project by <a href="https://tech1k.com">Tech1k</a>, built to give back to the community. With years of experience in computing and programming, Tech1k created this platform to provide free tools and privacy-focused services for those who need them while supporting the open-source community.
</p>
<h2 style="margin-top: 25px;">Why so minimal?</h2>
<p>
Glad you noticed the restraint. LibreNode is a gateway to our services, not a showcase, so it stays lean: clean HTML and CSS, no JavaScript, no tracking, no fluff. Fast to load, easy to trust, and exactly what you need. Nothing more, nothing less. The code is <a href="https://github.com/Tech1k/librenode.com">open source</a>.
</p>
<hr>
<p>
Our list of services can be found at <a href="/services">/services</a>
</p>
<p>This site is available on the clearnet and Tor:</p>
<ul class="link-list flat">
<li><img src="/assets/web.png" width="25" alt="" style="margin-right: 3px; vertical-align: middle;">Clearnet: <a href="https://librenode.com">https://librenode.com</a></li>
<li><img src="/assets/tor.png" width="24" alt="" style="margin-right: 3px; vertical-align: middle;">Tor: <a href="http://gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion" style="word-break: break-word;">gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion</a></li>
</ul>
<br/>
<hr/>
<footer>
<p>Serving freedom since March 17, 2025. Hosted with care by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>.</p>
<p class="footer-links"><a href="https://github.com/Tech1k/librenode.com">Source</a> · <a href="http://gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion">Tor</a></p>
</footer>
</div>
</body>
</html>