This commit is contained in:
p-wojt
2022-01-11 23:29:13 +01:00
parent 1ab05d1292
commit 3707a32c94
4 changed files with 35 additions and 9 deletions

View File

@@ -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>