mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-10-31 14:47:26 +01:00 
			
		
		
		
	head.php: convert head.html to php
So I can cheat and copy-paste easily to my PHP.
This commit is contained in:
		
							parent
							
								
									43a55c8fe0
								
							
						
					
					
						commit
						f6e1414426
					
				
							
								
								
									
										12
									
								
								head.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								head.php
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| <?php | ||||
| echo '<!DOCTYPE html>'; | ||||
| echo '<html>'; | ||||
| echo '<head>'; | ||||
| echo '<meta charset="UTF-8" />'; | ||||
| echo '<meta name="description" content="Insert description here" />'; | ||||
| echo '<meta name="keywords" content="Insert,keywords,here" />'; | ||||
| echo '<meta name="author" content="Mikaela Suomalainen" />'; | ||||
| echo '<title>Insert title here</title>'; | ||||
| echo '</head>'; | ||||
| 
 | ||||
| ?>
 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mikaela Suomalainen
						Mikaela Suomalainen