itsolution/sian.html
2021-10-26 18:21:20 +09:00

128 lines
4.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<? include "include/title.php"; ?>
<style type="text/css">
#box {width:1100px; position:absolute; top:50%; left:50%; margin:-150px 0 0 -500px; z-index:1;}
body {font-family:"나눔고딕"; font-size:12px; color:#444;}
/* Table */
.pp {width:1000px; border-top:2px solid #555; border-bottom:1px solid #ddd; border-collapse:collapse;}
.pp thead th {padding:7px; background:#5e5e5e; border-bottom:1px solid #ddd; border-spacing:0px; text-align:center;}
.pp tbody th {padding:7px; background:#f4f4f4; border-bottom:1px solid #ddd; border-spacing:0px; text-align:center;}
.pp tbody td {padding:7px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-spacing:0px; color:#666; text-align:center;}
.pp_tt {color:#009933;}
</style>
</head>
<body leftmargin="0" topmargin="0">
<div id="box">
<table class="pp">
<thead>
<tr>
<th colspan="6"><strong><font color="#ffffff"> '르호봇' 홈페이지</font></strong></th>
</tr>
</thead>
<tbody>
<tr>
<th width="20%">메인</th>
<td width="20%"><a href="../sian/main.php" target="_blank">메인비주얼 1</a></td>
<td width="20%"><a href="../sian/main2.php" target="_blank">메인비주얼 2</a></td>
<td width="20%"><a href="../sian/main3.php" target="_blank">메인비주얼 3</a></td>
<td width="20%"><a href="../sian/main_m.php" target="_blank">메뉴눌렀을때</a></td>
</tr>
<tr>
<th width="20%" colspan='5'>사이트맵</th>
</tr>
<tr>
<th width="20%">About Us</th>
<td width="20%"><a href="../sian/sub1_1.php" target="_blank">인사말</a></td>
<td width="20%"><a href="../sian/sub1_2.php" target="_blank">회사소개</a></td>
<td width="20%"></a></td>
<td width="20%"></a></td>
</tr>
<tr>
<th width="20%">Hosting</th>
<td width="20%"><a href="../sian/sub2_1.php" target="_blank">신청절차</a></td>
<td width="20%"><a href="../sian/sub2_2.php" target="_blank">제품안내</a></td>
<td width="20%"></a></td>
<td width="20%"></a></td>
</tr>
<tr>
<th width="20%">Service</th>
<td width="20%"><a href="../sian/sub3_1.php" target="_blank">회선서비스</a></td>
<td width="20%"><a href="../sian/sub3_2.php" target="_blank">기타서비스</a></td>
<td width="20%"></a></td>
<td width="20%"></a></td>
</tr>
<tr>
<th width="20%">Support</th>
<td width="20%"><a href="../sian/sub4_1.php" target="_blank">공지사항</a></td>
<td width="20%"><a href="../sian/sub4_2.php" target="_blank">자료실</a></td>
<td width="20%"></a></td>
<td width="20%"></a></td>
</tr>
<!-- <tr>
<th rowspan="1">회사소개</th>
<td><a href="../sian/sub1_1.php" target="_blank">인사말</td>
<td>회사소개</td>
<td>연혁</td>
<td><a href="../sian/sub1_4.php" target="_blank">오시는 길</td>
</tr>
<tr>
<th rowspan="1">사업분야</th>
<td>구축사업</a></td>
<td>운영/유지보수사업</td>
<td>보유기술소개</td>
<td></td>
</tr>
<tr>
<th rowspan="1">시공사례</th>
<td>갤러리</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th rowspan="1">고객지원</th>
<td>공지사항</td>
<td>질문 & 답변</td>
<td></td>
<td></td>
</tr>
<tr>
<th rowspan="1">온라인문의</th>
<td>온라인문의</td>
<td></td>
<td></td>
<td></td>
</tr> -->
</tbody>
</table>
</div>
</body>
</html>