24 lines
607 B
HTML
24 lines
607 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AD! - Support</title>
|
|
<style>
|
|
html { color-scheme: light dark; }
|
|
body { width: 50em; margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><a href="/">back</a></p>
|
|
<h1>Support.</h1>
|
|
|
|
|
|
<p>
|
|
Hello, if for some reason you need to contact us, please email <a href="mailto:iba@ibatv.xyz">this email address</a> and we will respond as soon as we can.
|
|
Please put the subject in the Header of the email, thanks.
|
|
<br>
|
|
You can also reach us at our Bluesky account <a href="https://bsky.app/profile/ibatv.xyz">here.</a>
|
|
</p>
|
|
</body>
|
|
</html>
|