19 lines
		
	
	
		
			643 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			643 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								    <title>Moving Square - Lucien Cartier-Tilet</title>
							 | 
						||
| 
								 | 
							
								    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
							 | 
						||
| 
								 | 
							
								    <meta name="viewport" content="initial-scale=1, user-scalable=no, maximum-scale=1, width=device-width, height=device-height">
							 | 
						||
| 
								 | 
							
								    <link rel="stylesheet" type="text/css" href="https://univ.phundrak.fr/css/style.css"/>
							 | 
						||
| 
								 | 
							
								    <link rel="stylesheet" href="https://univ.phundrak.fr/css/square.css" type="text/css"/>
							 | 
						||
| 
								 | 
							
								    <script src="https://univ.phundrak.fr/js/main.js"></script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    <div id="container">
							 | 
						||
| 
								 | 
							
								        <div id="carre">
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |