diff options
author | Georg Pfuetzenreuter | 2022-05-06 11:49:22 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-06 11:49:22 +0200 |
commit | beb92675071c69b86b5338297822c834ffd548f6 (patch) | |
tree | d81391468881407374f6c16105c5ca0ae61331c2 /src/main/resources/templates/logout.html | |
parent | 6edbc437a1e993f77eeabd458d82d52c77d8e5fa (diff) | |
download | pubsh-web-beb92675071c69b86b5338297822c834ffd548f6.tar.gz pubsh-web-beb92675071c69b86b5338297822c834ffd548f6.tar.bz2 pubsh-web-beb92675071c69b86b5338297822c834ffd548f6.zip |
Init templates
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/templates/logout.html')
-rw-r--r-- | src/main/resources/templates/logout.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/templates/logout.html b/src/main/resources/templates/logout.html new file mode 100644 index 0000000..81679cf --- /dev/null +++ b/src/main/resources/templates/logout.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html xmlns:th="http://www.thymeleaf.org"> +<head th:include="layout :: headerFragment"> +</head> +<body> +<p>You logged out.</p> +<a href="/">Go home</a> +</body> +</html>
\ No newline at end of file |