6c28e0d3b38fecd00b33a627c7cd705c63244273
[examples/facebook-app] / src / main / webapp / thymeleaf / connect / facebookConnected.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     <p>Back <a href="home.html" th:href="@{/}">HOME</a></p>
8     <hr />
9     <h1>Connected to Facebook</h1>
10     <p>
11       You are now connected to your Facebook account.
12     </p>                
13   </body>
14 </html>