UNPKG

shopperman

Version:

shopping cart ui for shopify stores

28 lines (25 loc) 791 B
<!doctype html> <html class="shopperman shopperman-theme-basic shopperman-demo"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>shopperman</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton:400,800"/> <link rel="stylesheet" href="dist/shopperman.css"/> </head> <body> <div class="slice"> <div class="cart-area"></div> <div class="content"> <h1>shopperman</h1> <p>frontend shopping cart tech for web devs</p> <p>preact, mobx, typescript</p> <p><a href="dist/docs/">docs</a></p> <div class="products-area"></div> <p style="margin-top: 100em;">cheers</p> </div> </div> <script src="dist/global.bundle.js"></script> <script>shoppermanDemo()</script> </body> </html>