Skip to content

Instantly share code, notes, and snippets.

@SavvasStephanides
Created August 26, 2021 10:27
Show Gist options
  • Save SavvasStephanides/f7b3d4c40106e85302fa2b012fe66c71 to your computer and use it in GitHub Desktop.
Save SavvasStephanides/f7b3d4c40106e85302fa2b012fe66c71 to your computer and use it in GitHub Desktop.
<div id="app">
<header>
<h1>Your cart</h1>
</header>
<main>
<div id="cart">
<i class="fas fa-shopping-cart" aria-hidden="true"></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