* Remove unnecessary exclamation mark. * First attempt to add photo. * Make the title consistent with others. * Add a readme for a new folder. * Make the ignorance under the files folder more strict. * Bring Infinite Timer up in order since I use it more than T45MR. * Add photos to the main pages!! * Simplify name. * Fix occasional formatting weirdness. * Fix formatting issues, add comments. * Fix background color. * Add trailing slash for consistency.
		
			
				
	
	
		
			30 lines
		
	
	
		
			706 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			706 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/php
 | 
						|
<!--
 | 
						|
	Page to provide ways people can support me.
 | 
						|
-->
 | 
						|
<?php
 | 
						|
	include "helpers/body_open.php";
 | 
						|
?>
 | 
						|
 | 
						|
		<div class="row">
 | 
						|
			<h1 class="col-12 title">Support</h1>
 | 
						|
		</div>
 | 
						|
		<div class="row">
 | 
						|
			<div class="col-12 header center" >
 | 
						|
				<img src="/files/photos/20231118_Wizard-Friend-In-Arizona/20231119161915782_Payson,-East-Verde-River,-Happy-Dog-Cleo.shrunk20231125.jpg">
 | 
						|
			</div>
 | 
						|
			<div class="col-12 text">
 | 
						|
				<p>
 | 
						|
					Your contributions are completely optional and very much
 | 
						|
					appreciated. Thank you for considering me and my work!
 | 
						|
				</p>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
 | 
						|
<?php
 | 
						|
	include "subpages/support/donate.php";
 | 
						|
	include "subpages/support/gifts.php";
 | 
						|
 | 
						|
	include "helpers/body_close.php";
 | 
						|
?>
 |