|
9 | 9 |
|
10 | 10 | <body class="text-center"> |
11 | 11 | <main class="form-signin"> |
12 | | - <!-- For testing within my local machine --> |
13 | | - <form action="http://localhost:8080/user/login" method="POST"> |
| 12 | + <!-- For testing within my local machine --> |
| 13 | + <form action="http://localhost:8080/user/login" method="POST"> |
14 | 14 |
|
15 | | - <!-- you should probably use this version in production though --> |
16 | | - <!-- <form action="/user/login" method="POST"> --> |
17 | | - <!-- <form action="https://fairfield-programming.herokuapp.com/user/login" method="POST"> --> |
| 15 | + <!-- you should probably use this version in production though --> |
| 16 | + <!-- <form action="/user/login" method="POST"> --> |
| 17 | + <!-- <form action="https://fairfield-programming.herokuapp.com/user/login" method="POST"> --> |
| 18 | + |
18 | 19 | <a href="/"> |
19 | 20 | <img class="mb-4" alt="" width="240" src="/resources/logo.svg" /> |
20 | 21 | </a> |
|
0 commit comments