feat: implement product listing and shopping cart functionality
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ejercicio 8</h1>
|
||||
|
||||
<div id="productList">
|
||||
<!-- Acá se mostrarán los productos -->
|
||||
</div>
|
||||
<div id="checkout">
|
||||
<!-- Acá se mostrará el precio total -->
|
||||
</div>
|
||||
<script src="ejercicio8.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user