mirror of
				https://github.com/kevinveenbirkenbach/roulette-wheel.git
				synced 2025-11-04 11:08:01 +00:00 
			
		
		
		
	Add/remove/clear items
This commit is contained in:
		
							
								
								
									
										15
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								index.html
									
									
									
									
									
								
							@@ -5,8 +5,21 @@
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <title>Roulette wheel</title>
 | 
			
		||||
    <script type="module" src="dist/bundle.js"></script>
 | 
			
		||||
    <link rel="stylesheet" href="app.css">
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
    Test!
 | 
			
		||||
    <div id="menu">
 | 
			
		||||
        <img src="static/right-arrow.png" alt="open-close-arrow" class="openCloseMenu">
 | 
			
		||||
        <p id="counter">0/16</p>
 | 
			
		||||
        <div id="newItem">
 | 
			
		||||
            <label for="newItem">Item name</label>
 | 
			
		||||
            <input name="newItem" minlength="1" maxlength="32">
 | 
			
		||||
            <button id="newItemButton">Add</button>
 | 
			
		||||
            <button id="removeAllItemsButton">Remove all</button>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <canvas></canvas>
 | 
			
		||||
    <footer><div>Icons made by <a href="https://www.flaticon.com/authors/roundicons" title="Roundicons">Roundicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></footer>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user