35 lines
		
	
	
		
			899 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			899 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/php
 | 
						|
<?php
 | 
						|
	include "helpers/body_open.php";
 | 
						|
?>
 | 
						|
 | 
						|
		<div class="row">
 | 
						|
			<h1 class="col-12 title">Contact Me</h1>
 | 
						|
		</div>
 | 
						|
		<div class="row">
 | 
						|
			<div class="col-12 text">
 | 
						|
				<p>
 | 
						|
					Public inquiries can be made on my Odysee channel's discussion board.
 | 
						|
				</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
 | 
						|
					guarantee of a timely response. If I do not know of you then please be
 | 
						|
					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";
 | 
						|
?>
 |