init
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user