Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/home.html

    rd7eaf88 r9358bff  
    3636</header>
    3737<div>
     38  <h1>Welcome to Paw 5</h1>
     39  <h3>Let's get started
     40    <th:block  th:text="${session.user?.getName()}"></th:block>
     41  </h3>
     42</div>
     43<div>
    3844  <form method="get" th:action="@{'/create-post'}">
    39     <button id="submit" type="submit">Create an Adoption Post</button>
     45    <button id="createPost"
     46            type="submit"
     47            class="btn">Create an Adoption Post</button>
    4048  </form>
    4149</div>
    4250<div>
    43   <h1>Welcome to Paw 5</h1>
    44   <h3>Let's get started
    45     <th:block  th:text="${session.user.getName()}"></th:block>
    46   </h3>
     51  <form method="get" th:action="@{'/adoption-posts'}">
     52    <button id="submit"
     53            type="submit"
     54            class="btn">View Pet Posts</button>
     55  </form>
    4756</div>
    48 
    4957</body>
    5058</html>
Note: See TracChangeset for help on using the changeset viewer.