23 lines
582 B
HTML
23 lines
582 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/assets/css/style.css">
|
|
<title>AD! - Support</title>
|
|
<style>
|
|
body { width: 50em; margin: 0 auto; }
|
|
</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:ibatv.xyz@gmail.com">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>
|