Moved the embedded default-templates into the classpath
[examples/facebook-app] / src / main / resources / thymeleaf / connect / facebookConnected.html
diff --git a/src/main/resources/thymeleaf/connect/facebookConnected.html b/src/main/resources/thymeleaf/connect/facebookConnected.html
new file mode 100644 (file)
index 0000000..6c28e0d
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
+  <head>
+    <title>Connect to Facebook</title>
+  </head>
+  <body>
+    <p>Back <a href="home.html" th:href="@{/}">HOME</a></p>
+    <hr />
+    <h1>Connected to Facebook</h1>
+    <p>
+      You are now connected to your Facebook account.
+    </p>               
+  </body>
+</html>