40 lines
		
	
	
		
			992 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			992 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/php
 | 
						|
<!--
 | 
						|
	Page for my video links.
 | 
						|
-->
 | 
						|
<?php
 | 
						|
	include "helpers/body_open.php";
 | 
						|
?>
 | 
						|
 | 
						|
		<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 
 | 
						|
					take priority so this is not always frequent of often. For the best 
 | 
						|
					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>
 | 
						|
		</div>
 | 
						|
 | 
						|
<?php
 | 
						|
	include "helpers/body_close.php";
 | 
						|
?>
 |