mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-10-31 06:37:34 +01:00 
			
		
		
		
	 eb87ff9cec
			
		
	
	
		eb87ff9cec
		
	
	
	
	
		
			
			but I am still sure that every visitor who accidentally visits this site is wise and blocks them...
		
			
				
	
	
		
			23 lines
		
	
	
		
			289 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			289 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
|   {% include head.html %}
 | |
| 
 | |
|   <body>
 | |
| 
 | |
|     {% include header.html %}
 | |
| 
 | |
|     <div class="page-content">
 | |
|       <div class="wrapper">
 | |
|         {{ content }}
 | |
|       </div>
 | |
|     </div>
 | |
| 
 | |
|     {% include footer.html %}
 | |
| 
 | |
|     {% include google_analytics.html %}
 | |
| 
 | |
|   </body>
 | |
| 
 | |
| </html>
 |