17 lines
		
	
	
		
			313 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			313 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
 | 
						|
    <style type="text/css">
 | 
						|
        .text-layer {
 | 
						|
            font-family: Monaco, "Courier New", monospace;
 | 
						|
            font-size: 12px;
 | 
						|
            cursor: text;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <h1 style="color:red">Juhu Kinners</h1>
 | 
						|
    </body>
 | 
						|
</html> |