| 
					
				 | 
			
			
				@@ -40,6 +40,7 @@ class HttpGethandler(BaseHTTPRequestHandler): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 html = f"<html><head><meta charset='utf-8'><title>Damned HTTP-Server</title></head>" \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        f"<body>Your address on the Damned HTTP-Server: {get.text}<br>" \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       f"Trifonov A.L. 701(3)<br>" \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        f"Time on the Damned HTTP-Server: {str(datetime.datetime.now())}" \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        f"</body></html>" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 self.wfile.write(html.encode()) 
			 |