diff options
Diffstat (limited to 'src/main/resources/templates/external.html')
-rw-r--r-- | src/main/resources/templates/external.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/resources/templates/external.html b/src/main/resources/templates/external.html new file mode 100644 index 0000000..c2c8cd4 --- /dev/null +++ b/src/main/resources/templates/external.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html xmlns:th="http://www.thymeleaf.org"> +<head th:include="layout :: headerFragment"> +</head> +<body> + <div class="container"> + <div class="jumbotron text-center"> + <h1>Welcome ...</h1> + </div> + <div> + + <h2>Existing Users</h2> + <div class="well"> + <b>Enter the intranet: </b><a th:href="@{/portal}">Portal</a> + </div> + </div> + <!--div id="pagefoot" th:include="layout :: footerFragment">Footer</div--> + </div> + <!-- container --> + +</body> +</html> |