mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			333 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			333 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <!-- This is just stupid page to put to web browser homepage to have some
 | |
| content on start page while not being empty or pointing to any external
 | |
| location... -->
 | |
|     <title>OK.</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <p>Your browser has loaded this page.</p>
 | |
|   </body>
 | |
| </html>
 |