Files
acc-webapp/src/main/webapp/jsp/sample.jsp
jungwon 9cd1052ecc init
2022-03-03 12:08:19 +09:00

28 lines
852 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan=2 style="background-color:#7a7a84;"><img src="../images/tta_logo.png" alt="TTA logo" /> </td>
</tr>
<tr>
<td ><img src="../images/bmt_logo.gif" alt="BMT logo" /></td>
<td style=" padding:10px;" width=100%/>
</tr>
</table>
</hr>
<h1 style=" padding:10px;" width=100%> Sample WAS BMT !!</h1>
</hr>
<class="copyright">Copyright 2017 TTA All Rights Reserved (TTA 한국정보통신기술협회)</p>
</body>
</html>