25 lines
		
	
	
		
			555 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			555 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
    <title>Config</title>
 | 
						|
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 | 
						|
    <meta name="description" content="Accueil">
 | 
						|
    <meta name="author" content="Tropicananass">
 | 
						|
    <meta name="viewport" content="width=device-width,initial-scale=1" />
 | 
						|
 | 
						|
    <link rel="stylesheet" href="index.css" type="text/css">
 | 
						|
 | 
						|
    <script src="iro.js"></script>
 | 
						|
    <script src="index.js"></script>
 | 
						|
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <div>
 | 
						|
        <h1> Tropicananass Leds </h1>
 | 
						|
    </div>
 | 
						|
    <div id="picker"></div>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |