-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
74 lines (74 loc) · 3.98 KB
/
contact.html
File metadata and controls
74 lines (74 loc) · 3.98 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
<!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/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"/>
<meta property="og:site_name" content="LibreNode"/>
<meta name="twitter:card" content="summary"/>
<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=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">Services</a>
<a href="/contact.html" id="curpage">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>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:contact@librenode.com">contact@librenode.com</a></div>
<div style="margin-bottom: 10px;">PGP Fingerprint: <code>A418 1FE4 DBC7 CA2C 8F95 8016 75F4 BEA3 7987 9CC5</code></div>
<div style="margin-bottom: 10px;">PGP Key File: <a href="/librenode.txt">librenode.txt</a></div>
<div>PGP Key:
<code>
<br/>
-----BEGIN PGP PUBLIC KEY BLOCK-----
<br/><br/>
mDMEZ9e35xYJKwYBBAHaRw8BAQdAGgmtQgtcBq+BGiRUSZIP30jrqZMpu+PkxIOn<br/>
mq2Lh+S0JExpYnJlTm9kZSA8bGlicmVub2RlQHByb3Rvbm1haWwuY29tPoiZBBMW<br/>
CgBBFiEEpBgf5NvHyiyPlYAWdfS+o3mHnMUFAmfXt+cCGwMFCQWkRbkFCwkIBwIC<br/>
IgIGFQoJCAsCBBYCAwECHgcCF4AACgkQdfS+o3mHnMVuhgEAgadAhdQc672/VE4l<br/>
xecEMB8i154YqVisoFddpFYCCvABAPB5u96J3ajv9yf/z34UVS8frBFoS9zrf+62<br/>
KTEs1hIOuDgEZ9e35xIKKwYBBAGXVQEFAQEHQLsHcGXdECO07QUGNLn6n7OT+T8B<br/>
1bKjz1THHr0GZSFpAwEIB4h+BBgWCgAmFiEEpBgf5NvHyiyPlYAWdfS+o3mHnMUF<br/>
AmfXt+cCGwwFCQWkRbkACgkQdfS+o3mHnMWlXwD9HnVZ74Y8vEn+U02gfgm9xWn3<br/>
bOtNpnPciysA/ziFqF0BAPMqqGkK4yuiVJKkQjeB9LqBbh0tdganB49aU6FyzWsP<br/>
=advu<br/>
-----END PGP PUBLIC KEY BLOCK-----
</code>
</div>
<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>