-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
77 lines (77 loc) · 4.33 KB
/
Copy pathcontact.html
File metadata and controls
77 lines (77 loc) · 4.33 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
<!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/contact"/>
<meta name="robots" content="index, follow">
<meta name="description" content="Feel free to reach out to LibreNode if you have any issues or services that you'd like to see hosted."/>
<meta name="author" content="Tech1k">
<title>LibreNode - Contact</title>
<link rel="shortcut icon" href="/assets/favicon.png"/>
<meta property="og:title" content="LibreNode - Contact"/>
<meta property="og:description" content="Feel free to reach out to LibreNode if you have any issues or services that you'd like to see hosted."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://librenode.com/contact"/>
<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 - Contact"/>
<meta name="twitter:description" content="Feel free to reach out to LibreNode if you have any issues or services that you'd like to see hosted."/>
<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="/">Home</a>
<a href="/services">Services</a>
<a href="/contact" id="curpage">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>Contact</h1>
<p>Feel free to reach out with any issues or suggestions for services that you'd like to see hosted.</p>
<div style="margin-bottom: 10px;">Email: <a href="mailto:hello@tech1k.com">hello@tech1k.com</a></div>
<div style="margin-bottom: 10px;">PGP Fingerprint: <code>D62A E4C5 3E95 2FDC 967C 0A65 5E51 FE48 287E ED4B</code></div>
<div style="margin-bottom: 10px;">PGP Key File: <a href="/tech1k.txt">tech1k.txt</a></div>
<div>PGP Key:
<code class="pgp-key">
<br/>
-----BEGIN PGP PUBLIC KEY BLOCK-----
<br/><br/>
mDMEaiS1MBYJKwYBBAHaRw8BAQdAeW6l1NKkJ/oPOqZIBnl9PcRAWAs2KRJLYA04<br/>
yq8tBzO0GVRlY2gxayA8aGVsbG9AdGVjaDFrLmNvbT6ImQQTFgoAQRYhBNYq5MU+<br/>
lS/clnwKZV5R/kgofu1LBQJqJLUwAhsDBQkFpJbwBQsJCAcCAiICBhUKCQgLAgQW<br/>
AgMBAh4HAheAAAoJEF5R/kgofu1L0SYA/RvstakXgEaUyyh867ehNNzPBAa+qr9W<br/>
iIiL67xmf5/QAQDzfkQs4M9AEFH9NFrXUUlyE9EaNb+ak/keUWlNyfrKA7g4BGok<br/>
tTASCisGAQQBl1UBBQEBB0BXqSOypMHpPtEB5Y6hWLBOViWqbqK7hMKk8sNlEysF<br/>
LwMBCAeIfgQYFgoAJhYhBNYq5MU+lS/clnwKZV5R/kgofu1LBQJqJLUwAhsMBQkF<br/>
pJbwAAoJEF5R/kgofu1LcNABAI3dTDmnq7jAAK0EqXeb7wHy+HBVWKm+ZAdo3M9r<br/>
wJviAQCLMZhf8gS+rNPef1oVR8i+UJlhiyJWIg2X9o9YEFMPCA==<br/>
=DMDG<br/>
-----END PGP PUBLIC KEY BLOCK-----
</code>
</div>
<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>