diff options
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 |