69 lines
1.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Genesis Radio - Contact Us</title>
<style>
body {
font-family: system-ui, sans-serif;
background-color: #111;
color: #f5f5f5;
max-width: 800px;
margin: auto;
padding: 2rem;
line-height: 1.6;
}
h1, h2 {
color: #90e0ef;
}
a {
color: #00d4ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
margin-top: 3rem;
font-size: 0.9em;
color: #aaa;
}
ul {
margin-left: 1.5rem;
}
</style>
</head>
<body>
<h1>📬 Contact Genesis Radio</h1>
<p>If youve tried the troubleshooting guides and still cant get things working, were here to help.</p>
<h2>💬 Fastest Options</h2>
<ul>
<li><strong>Mastodon:</strong> <a href="https://www.chatwithus.live/@chatwithuslive" target="_blank">@administration@chatwithus.live</a></li>
<li><strong>E-Mail:</strong> <a href="mailto:mastodon@genesishostingtechnologies.com">Genesis Hosting Technologies</a>
</ul>
<h2>📄 What to Include</h2>
<p>If you email or message us, try to include the following so we can help faster:</p>
<ul>
<li>Your device (phone, PC, tablet)</li>
<li>Where youre tuning in from (roughly — city/country)</li>
<li>Are you using Wi-Fi, mobile data, or VPN?</li>
<li>What youve tried already</li>
<li>Any error messages (if applicable)</li>
</ul>
<h2>🕓 When to Expect a Response</h2>
<p>We usually reply within 24 hours, often faster. If its a known issue, well point you to the fix. If its something new, well investigate.</p>
<footer>
Genesis Radio Help Last updated May 2025<br>
<a href="index.html">← Back to Help Index</a>
</footer>
</body>
</html>