-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 4.48 KB
/
index.html
File metadata and controls
70 lines (70 loc) · 4.48 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
<!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"/>
<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, redlib, searxng, privatebin, it-tools, stirling pdf, mozhi">
<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 name="twitter:card" content="summary"/>
<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=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" id="curpage">Home</a>
<a href="/services.html">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">
<p>
<h1>Welcome to LibreNode!</h1>
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.html">here</a>.
<h2 style="margin-top: 25px;">Why was LibreNode created and who runs it?</h2>
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.
<h2 style="margin-top: 25px;">Why does the site look horrible?</h2>
I'm glad you noticed the great use of CSS! In all seriousness, this site is just a landing page for our services, and it doesn't need to look pretty. The internet has become a bloated mess of excessive CSS, JS, and useless fluff. This site is designed to be simple, fast, and lightweight—giving you exactly what you need. Nothing more, nothing less.
This site is written purely in HTML & CSS and the code is available <a href="https://github.com/Tech1k/librenode.com">here</a>.
</p>
<hr>
<p>
Our list of services can be found at <a href="/services.html">/services</a>
</p>
<p>
This site is available on the clearnet and Tor:
<ul><img src="/assets/web.png" width="25px" style="margin-right: 3px; vertical-align: middle;">Clearnet: <a href="https://librenode.com">https://librenode.com</a></ul>
<ul><img src="/assets/tor.png" width="24px" style="margin-right: 3px; ">Tor: <a href="http://gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion" style="word-break: break-word;">gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion</a></ul>
</p>
<br/>
<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>