15 lines
443 B
Plaintext
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>
|