Skip to content

Instantly share code, notes, and snippets.

@SavvasStephanides
Created August 26, 2021 10:21
Show Gist options
  • Save SavvasStephanides/dbfe83528640d752d3fc39fa7c9ec7ed to your computer and use it in GitHub Desktop.
Save SavvasStephanides/dbfe83528640d752d3fc39fa7c9ec7ed to your computer and use it in GitHub Desktop.
Cart
<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