Moved the embedded default-templates into the classpath
[examples/facebook-app] / src / main / webapp / thymeleaf / connect / facebookConnected.html
diff --git a/src/main/webapp/thymeleaf/connect/facebookConnected.html b/src/main/webapp/thymeleaf/connect/facebookConnected.html
deleted file mode 100644 (file)
index 6c28e0d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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>