65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
<?php include('./inc/pageheader.php'); ?>
|
|
<link rel="stylesheet" href="./css/contact.css">
|
|
<?php include('./inc/menubar.php'); ?>
|
|
|
|
<section>
|
|
<h1 class="hidden">Start of Content</h1>
|
|
<article class="subBanner">
|
|
<h2 class="hidden">서브배너</h2>
|
|
|
|
<div class="inner">
|
|
<div class="subBannerInfo">
|
|
<ul>
|
|
<li>CONTACT US</li>
|
|
<li>-</li>
|
|
</ul>
|
|
</div><!--end of subBannerInfo-->
|
|
</div><!--end of inner-->
|
|
</article><!--end of subBanner-->
|
|
|
|
<div class="siteIndex">
|
|
<div class="inner">
|
|
CONTACT US
|
|
</div>
|
|
</div><!--end of siteIndex-->
|
|
<article class="contactContainer">
|
|
<h2 class="hidden">contact us</h2>
|
|
<p>contact us</p>
|
|
|
|
<div class="contactInfo">
|
|
<ul>
|
|
<!--<li>디비엔텍</li>-->
|
|
<li>(주)디비엔텍</li>
|
|
<li>22851 인천광역시 서구 로봇랜드로 155-11<br />로봇타워 1205호</li>
|
|
<li>
|
|
<a href="mailTo:ahn@dbnt.co.kr">ahn@dbnt.co.kr</a>
|
|
</li>
|
|
<li>
|
|
<a href="tel:032-721-5670">032)721.5670</a>
|
|
</li>
|
|
<li>
|
|
032)721.5680
|
|
</li>
|
|
</ul>
|
|
</div><!--end of contactInfo-->
|
|
|
|
<div class="mapContainer">
|
|
<div id="daumRoughmapContainer1548144909469" class="root_daum_roughmap root_daum_roughmap_landing" style="width:100%;"></div>
|
|
</div><!--mapConainer end-->
|
|
|
|
</article><!--end of contactContainer-->
|
|
</section><!--end of section, mainPage-->
|
|
|
|
<?php include('./inc/footer.php'); ?>
|
|
|
|
<script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
|
|
<script charset="UTF-8">
|
|
new daum.roughmap.Lander({
|
|
"timestamp" : "1548144909469",
|
|
"key" : "rw6u",
|
|
"mapWidth" : "100%",
|
|
"mapHeight" : "650"
|
|
}).render();
|
|
</script>
|
|
</body>
|
|
</html> |