mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2025-09-09 11:47:12 +02:00
footer
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
<img class="moon-sun" src='static/moon.png' alt="mode">
|
||||
</div>
|
||||
<div class="menu">
|
||||
<!-- <div class="open-close-menu">
|
||||
<img class="close-arrow" src="static/right-arrow.png" alt="close menu" />
|
||||
</div> -->
|
||||
<p class="counter"></p>
|
||||
<label for="new-item">Item name</label>
|
||||
<input name="new-item" minlength="1" maxlength="20" />
|
||||
@@ -27,5 +24,11 @@
|
||||
<div class="winner"></div>
|
||||
<canvas></canvas>
|
||||
</div>
|
||||
<footer>
|
||||
<div hidden="true" class="icons-authors">
|
||||
<img class="moon-sun" src='static/moon.png' alt="mode"> <img class="moon-sun" src='static/sun.png' alt="mode"> Made by made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
|
||||
</div>
|
||||
<p>Icons</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user