Files
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

15 lines
443 B
Plaintext

<%@ page contentType="text/html; charset=utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<body style="margin: 0">
<table width="100%">
<tr>
<td align="center">
<img src="<c:url value='/images/logo/top_logo.gif'/>" style="margin-top:30px">
<!-- img src="<c:url value='/images/logo/top_logo.gif'/>" width="170" height="63" style="margin-top:30px"-->
</td>
</tr>
</table>
</body>
</html>