This commit is contained in:
Rinjae
2025-09-05 17:16:26 +09:00
commit c54ef1903f
4947 changed files with 817291 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<%@ 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>