12 lines
347 B
HTML
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> |