mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 09:27:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			324 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- @format -->
 | |
| 
 | |
| <!doctype html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta
 | |
|       name="viewport"
 | |
|       content="width=device-width, initial-scale=1.0"
 | |
|     />
 | |
|     <title>Lorem.</title>
 | |
|     <link
 | |
|       rel="stylesheet"
 | |
|       href="fun.css"
 | |
|     />
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>MEOW</h1>
 | |
|   </body>
 | |
| </html>
 |