mirror of
				https://git.schule.click/GymSedan/ifg-html-vorlage.git
				synced 2025-11-04 10:09:21 +01:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!doctype html>
							 | 
						||
| 
								 | 
							
								<html lang="de">
							 | 
						||
| 
								 | 
							
									<head>
							 | 
						||
| 
								 | 
							
										<meta charset="utf-8" />
							 | 
						||
| 
								 | 
							
										<title>Meine tolle Webseite</title>
							 | 
						||
| 
								 | 
							
									</head>
							 | 
						||
| 
								 | 
							
									<body>
							 | 
						||
| 
								 | 
							
										Hier kommt mein Inhalt hin.
							 | 
						||
| 
								 | 
							
									</body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</html>
							 |