2022-10-16 09:22:44 -05:00
|
|
|
#!/usr/bin/php
|
|
|
|
<?php
|
|
|
|
include "helpers/body_open.php";
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="row">
|
2022-10-19 04:56:51 -05:00
|
|
|
<h1 class="col-12 title">Contact Me</h1>
|
2022-10-16 09:22:44 -05:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 text">
|
|
|
|
<p>
|
2022-11-04 07:13:53 -05:00
|
|
|
Public inquiries can be made on my Odysee channel's discussion board.
|
2022-10-16 09:22:44 -05:00
|
|
|
</p>
|
|
|
|
<ul class="indent"><li>
|
|
|
|
<a href="https://odysee.com/@HyperVegan:2?view=discussion"
|
|
|
|
target="_blank" rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
https://odysee.com/@HyperVegan:2?view=discussion
|
|
|
|
</a>
|
|
|
|
</li></ul>
|
|
|
|
<p>
|
|
|
|
For private matters, my email address may be used, but there is no
|
2023-03-04 07:30:23 -06:00
|
|
|
guarantee of a timely response. If I do not know of you then please be
|
2022-10-16 09:22:44 -05:00
|
|
|
sure to form the email in a way that does not look like spam.
|
|
|
|
</p>
|
|
|
|
<ul class="indent"><li>
|
|
|
|
<a href="mailto:me@hyperling.com">me@hyperling.com</a>
|
|
|
|
</li></ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
include "helpers/body_close.php";
|
|
|
|
?>
|