diff options
Diffstat (limited to 'src/main/resources/templates/layout.html')
-rw-r--r-- | src/main/resources/templates/layout.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html new file mode 100644 index 0000000..bab0c29 --- /dev/null +++ b/src/main/resources/templates/layout.html @@ -0,0 +1,18 @@ + +<head th:fragment="headerFragment"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>Customer Portal</title> +<link + href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" + rel="stylesheet" + integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" + crossorigin="anonymous"></link> +<link + href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" + rel="stylesheet"></link> +</head> + +<div id="pagefoot" th:fragment="footerFragment"> + <p>Document last modified 2017/10/23.</p> + <p>Copyright: Lorem Ipsum</p> +</div>
\ No newline at end of file |