diff options
author | Georg Pfuetzenreuter | 2022-05-08 05:21:07 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-08 05:21:07 +0200 |
commit | 6379976dff4d1da13576b62c335d253e698c872b (patch) | |
tree | b30dbc4d131ff644300fb5945d37451fa92c352a /src/main/resources/templates/layout.html | |
parent | 00021a5785722be3433c3aa79d838ebd4f2ffa52 (diff) | |
download | pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.gz pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.bz2 pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.zip |
Minor UI changes
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/templates/layout.html')
-rw-r--r-- | src/main/resources/templates/layout.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html index bab0c29..8e20126 100644 --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -1,7 +1,7 @@ <head th:fragment="headerFragment"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>Customer Portal</title> +<title>Public Shell</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" @@ -13,6 +13,7 @@ </head> <div id="pagefoot" th:fragment="footerFragment"> - <p>Document last modified 2017/10/23.</p> - <p>Copyright: Lorem Ipsum</p> +<p></p> + <p>Operated by <a href="https://liberta.casa/">LibertaCasa</a></p> + <!--p>Copyright: Lorem Ipsum</p--> </div>
\ No newline at end of file |