73 lines
2.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Genesis Radio Help Center</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 {
font-size: 2rem;
color: #90e0ef;
}
h2 {
font-size: 1.4rem;
color: #00d4ff;
}
a {
color: #00d4ff;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
.section {
margin-bottom: 2rem;
}
footer {
margin-top: 3rem;
font-size: 0.9em;
color: #aaa;
}
</style>
</head>
<body>
<center> <h1>🎧 Genesis Radio Help Center</h1> </center>
<p>Welcome to the technical help hub for Genesis Radio. If you're having trouble streaming or accessing our site, you've come to the right place.</p>
<div class="section">
<h2>🚨 Common Issues</h2>
<ul>
<li><a href="trouble.html">General Troubleshooting</a></li>
<li><a href="dns.html">Fix DNS issues that prevent loading the site or stream</a></li>
<li><a href="firewall.html">Firewall and Network Restrictions</a></li>
<li><a href="vpn.html">VPN & Geo-blocking Issues</a></li>
<li><a href="players.html">Compatible Audio Players<a></li>
<li><a href="mobile.html">Mobile Streaming Issues</a></li>
<li><a href="directlinks.html">Direct Stream Links</a></li>
<li><a href="status.html">Live Status Check</a></li>
</ul>
</div>
<div class="section">
<center> <h2>💡 Need More Help?</h2></center>
<center><p>If you're still stuck, reach out to us directly <a href="contact.html">here</a>.<p>We'll walk you through it — no tech degree required.</p><center>
</div>
<footer>
Genesis Radio Tech Ops Last updated May 2025
</footer>
</body>
</html>