decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
14 lines (13 loc) • 338 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Shopping Cart</title>
</head>
<body>
<div id="app"></div>
<script src="ecom-cart.min.js"></script>
<script src="./demo.js"></script>
</body>
</html>