Changeset e272096 for src/main/resources/templates/listInstanci.html
- Timestamp:
- 02/18/24 22:01:54 (9 months ago)
- Branches:
- master
- Children:
- 4251327
- Parents:
- bde8b13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/listInstanci.html
rbde8b13 re272096 1 1 <div xmlns:th="http://www.thymeleaf.org"> 2 <section class="jumbotron text-center"> 3 <div class="container"> 4 <h1 class="jumbotron-heading">WEB PROGRAMMING SHOP</h1> 5 <h3 class="jumbotron-heading">All products</h3> 6 </div> 7 </section> 2 8 3 9 4 <div class="container mb-4"> … … 61 56 th:method="GET"> 62 57 <button type="submit" class="btn btn-sm btn-success add-to-cart"> 63 <i class="fas fa-shopping-cart"></i>Kontrola58 Kontrola 64 59 </button> 65 60 </form>
Note:
See TracChangeset
for help on using the changeset viewer.