Changeset 9358bff for Prototype Application/Paw5/src
- Timestamp:
- 03/05/23 17:31:22 (20 months ago)
- Branches:
- main
- Children:
- 5f53114
- Parents:
- cadbec3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/resources/templates/home.html
rcadbec3 r9358bff 36 36 </header> 37 37 <div> 38 <form method="get" th:action="@{'/create-post'}">39 <button id="createPost" type="submit">Create an Adoption Post</button>40 </form>41 </div>42 <div>43 38 <h1>Welcome to Paw 5</h1> 44 39 <h3>Let's get started … … 47 42 </div> 48 43 <div> 44 <form method="get" th:action="@{'/create-post'}"> 45 <button id="createPost" 46 type="submit" 47 class="btn">Create an Adoption Post</button> 48 </form> 49 </div> 50 <div> 49 51 <form method="get" th:action="@{'/adoption-posts'}"> 50 <button id="submit" type="submit">View Adoption posts</button> 52 <button id="submit" 53 type="submit" 54 class="btn">View Pet Posts</button> 51 55 </form> 52 56 </div>
Note:
See TracChangeset
for help on using the changeset viewer.