2022-10-09 09:43:38 -05:00
|
|
|
#!/usr/bin/php
|
2022-10-13 07:29:46 -05:00
|
|
|
<!--
|
|
|
|
Page for my video links.
|
|
|
|
-->
|
|
|
|
<?php
|
|
|
|
include "helpers/body_open.php";
|
|
|
|
?>
|
|
|
|
|
2022-10-16 09:22:44 -05:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="col-12 title">Videos</h1>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 text">
|
|
|
|
<p>
|
|
|
|
I enjoy making video content when I have free time. Other life duties
|
2023-03-04 07:27:31 -06:00
|
|
|
take priority so this is not always frequent or often. For the best
|
2022-10-16 09:22:44 -05:00
|
|
|
viewing experience, please go directly to my channel here:
|
|
|
|
</p>
|
|
|
|
<ul class="indent"><li>
|
|
|
|
<a href="https://odysee.com/@HyperVegan:2"
|
|
|
|
target="_blank" rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
https://odysee.com/@HyperVegan:2
|
|
|
|
</a>
|
|
|
|
</li></ul>
|
|
|
|
<p> I also have a separate channel for reposting content, found here:</p>
|
|
|
|
<ul class="indent"><li>
|
|
|
|
<a href="https://odysee.com/@HyperVegan-Reposts:5"
|
|
|
|
target="_blank" rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
https://odysee.com/@HyperVegan-Reposts:5
|
|
|
|
</a>
|
|
|
|
</li></ul>
|
|
|
|
</div>
|
2022-10-13 07:29:46 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
include "helpers/body_close.php";
|
|
|
|
?>
|