18 lines
601 B
HTML
18 lines
601 B
HTML
|
|
|
||
|
|
<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>
|