Files
Ayabusa-new-website/contact/index.html
2026-03-26 18:43:38 +01:00

28 lines
1016 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ayabusa club - Contact</title>
<link rel="stylesheet" href="./style.css">
<!--<script src="script.js"></script> -->
</head>
<body>
<center>
<img class="pigeon" src="../assets/pigeon.png"/>
<h1 class="title_font">HOW TO CONTACT ME</h1>
<p class="soos">
If you want to contact me for any reason, I recommend you contact me through one of those media:
</p>
<ul class="soos">
<li>
<b>Mail:</b> Send me an email at <b>contact &lt;at&gt; ayabusa &lt;dot&gt; dev</b>. I should reply in about a week.
</li>
<li>
<b>Discord:</b> As of right now I'm still on this shitty platform, I'm pretty active on there. <b>@ayabusa_</b>
</li>
</ul>
<p class="soos">You can also find me on some other forums and message board, sometimes as Ayabusa, sometimes not :)</p>
</center>
</body>
</html>