...
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<th:block th:fragment="footer">
|
||||
<footer></footer>
|
||||
<footer>
|
||||
<table >
|
||||
<tr id="bottom">
|
||||
<td><h2><a aria-label="licenses" style="color: white" href="../licenses" title="Gmail">licenses</a></h2></td>
|
||||
<td><h2><a aria-label="sendToMe" style="color: white" href="mailto:lunaticbum@gmail.com" title="Gmail">lunaticbum@gmail.com</a></h2></td>
|
||||
</tr>
|
||||
</table>
|
||||
</footer>
|
||||
</th:block>
|
||||
</html>
|
||||
@@ -2,7 +2,11 @@
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<th:block th:fragment="header">
|
||||
<header>
|
||||
|
||||
<table >
|
||||
<tr id="top">
|
||||
<td><h2><a aria-label="licenses" style="color: white" href="../" title="Gmail">HOME</a></h2></td>
|
||||
</tr>
|
||||
</table>
|
||||
</header>
|
||||
</th:block>
|
||||
</html>
|
||||
@@ -8,5 +8,6 @@
|
||||
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1"/>
|
||||
<link th:href="@{/css/common.css}" rel="stylesheet" />
|
||||
<script type="text/javascript" th:src="@{/js/common.js}"></script>
|
||||
<script async th:src="@{https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9504446465764716}" crossorigin="anonymous"></script>
|
||||
</th:block>
|
||||
</html>
|
||||
Reference in New Issue
Block a user