Created
August 26, 2021 10:21
-
-
Save SavvasStephanides/dbfe83528640d752d3fc39fa7c9ec7ed to your computer and use it in GitHub Desktop.
Cart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"> | |
<header> | |
<h1>Your cart</h1> | |
</header> | |
<main> | |
<div id="cart"> | |
<i class="fas fa-shopping-cart"></i> 2 items in cart | |
</div> | |
</main> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment