12 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <head> | ||
|  |     <title>An Awesome Test Page</title> | ||
|  |     <style> | ||
|  |         body { | ||
|  |             color: #fff; | ||
|  |         } | ||
|  |     </style> | ||
|  | </head> | ||
|  | <body> | ||
|  |     This is a test page! | ||
|  | </body> |