init
This commit is contained in:
28
src/main/webapp/jsp/sample.jsp
Normal file
28
src/main/webapp/jsp/sample.jsp
Normal file
@@ -0,0 +1,28 @@
|
||||
<%@ 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>
|
||||
Reference in New Issue
Block a user