Made page gathering dynamic, added favicon, included css, worked on some content, created first bash page. Still very much in-progress but the framework is pretty much done. Needs more CSS and content.
This commit is contained in:
		
							
								
								
									
										15
									
								
								pages/helpers/header.php
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										15
									
								
								pages/helpers/header.php
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -1,7 +1,16 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#!/usr/bin/php
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
	<head>
 | 
			
		||||
		<title>Hyperling</title>
 | 
			
		||||
		<link rel="icon" sizes="32x32"
 | 
			
		||||
			href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico" 
 | 
			
		||||
		/>
 | 
			
		||||
		<link rel="icon" sizes="192x192"
 | 
			
		||||
			href="https://www.hyperling.com/wp-content/uploads/2020/09/favicon.ico" 
 | 
			
		||||
		/>
 | 
			
		||||
		<!--<link rel="stylesheet" href="/main.css">-->
 | 
			
		||||
		<style>
 | 
			
		||||
			<?php include "main.css"; ?>
 | 
			
		||||
		</style>
 | 
			
		||||
	</head>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user