forked from M3-Academy/practice-time-shopping-list
feat(main): Adiciona div para resultado dos itens e script
This commit is contained in:
parent
7d91a7edf7
commit
306240594f
11
index.html
11
index.html
@ -39,7 +39,18 @@
|
||||
|
||||
<button class="shopping-form-submit-button" type="submit">Add to list</button>
|
||||
</form>
|
||||
|
||||
<div class="shopping-result">
|
||||
<div class="shopping-result-head">
|
||||
<strong>Item</strong>
|
||||
<strong>Quantity</strong>
|
||||
</div>
|
||||
|
||||
<ul class="shopping-items"></ul>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="/scripts/app.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user