32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | |||
|  | <html lang="fr"> | |||
|  | 
 | |||
|  |     <head> | |||
|  |         <title>Button - Lucien Cartier-Tilet</title> | |||
|  |         <meta name="author" content="Lucien Cartier-Tilet" /> | |||
|  |         <meta name="description" content="Page universitaire de Lucien Cartier-Tilet" /> | |||
|  |         <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |||
|  |         <meta name="viewport" content="initial-scale=1, user-scalable=yes, maximum-scale=5, width=device-width, height=device-height"> | |||
|  |         <link rel="stylesheet" type="text/css" href="../css/style.css"> | |||
|  |         <script type="text/javascript" src="../js/animation.js"></script> | |||
|  |     </head> | |||
|  | 
 | |||
|  | <body> | |||
|  |     <ul class="navbar"> | |||
|  |         <li><a href="../">Home</a></li> | |||
|  |         <li><a href="../square/">Square</a></li> | |||
|  |         <li><a href="../faker/">Faker</a></li> | |||
|  |         <li><a href="../canvas/">Canvas</a></li> | |||
|  |         <li><a href="../button/">Button</a></li> | |||
|  |         <li><a class="active" href="../animation/">Animation</a></li> | |||
|  |     </ul> | |||
|  |     <div id="container"> | |||
|  |         <div class="content"> | |||
|  |             <p>Un carré traversant un canvas et apparaissant du côté gauche de l’écran alors qu’il disparaît du côté droit de ce dernier et un autre faisant des allers-retours.</p> | |||
|  |         </div> | |||
|  |         <canvas id="sqrcontainer" width="800" height="600"></canvas> | |||
|  |     </div> | |||
|  | </body> | |||
|  | 
 | |||
|  | </html> |