5e275d8fbe45e1f6de2494461c12d8e5836e9c83
[examples/facebook-app] / src / main / resources / templates / connect / facebookConnect.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
3   <head>
4     <title>Connect to Facebook</title>
5   </head>
6   <body>
7     <h1>Connect to Facebook</h1>
8     <form action="#" th:action="@{/connect/facebook}" method="POST">
9       <div class="formInfo">
10         <p>
11           You aren't connected to Facebook yet.
12           Click the button to connect with your Facebook account.
13         </p>
14       </div>
15       <p><button type="submit">Connect to Facebook</button></p>
16     </form>
17   </body>
18 </html>