lunaticbum 21df7cd3c3 ...
2024-10-23 17:06:27 +09:00

12 lines
347 B
HTML

<!DOCTYPE html>
<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="javascript:mainPath()" title="Gmail">HOME</a></h2></td>
</tr>
</table>
</header>
</th:block>
</html>