2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
4 <title>Connect to Facebook</title>
7 <h1>Connect to Facebook</h1>
8 <form action="#" th:action="@{/connect/facebook}" method="POST">
11 You aren't connected to Facebook yet.
12 Click the button to connect with your Facebook account.
15 <p><button type="submit">Connect to Facebook</button></p>