2024-10-10 17:37:22 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
2024-10-21 17:25:49 +09:00
|
|
|
<th:block th:fragment="header">
|
|
|
|
|
<header>
|
2024-10-23 10:07:45 +09:00
|
|
|
<table >
|
|
|
|
|
<tr id="top">
|
2024-10-23 17:06:27 +09:00
|
|
|
<td><h2><a aria-label="licenses" style="color: white" href="javascript:mainPath()" title="Gmail">HOME</a></h2></td>
|
2024-10-23 10:07:45 +09:00
|
|
|
</tr>
|
|
|
|
|
</table>
|
2024-10-21 17:25:49 +09:00
|
|
|
</header>
|
|
|
|
|
</th:block>
|
2024-10-05 19:42:29 +09:00
|
|
|
</html>
|