/home/mjc1/public_html/html/ezpos/html/company/companyinfo.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<? include("../common/sub_header.php"); ?>

    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="../../images/titlebar/company_info.png" alt="Àλç±Û">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">ȸ»ç¼Ò°³</span>
                        <span class="depth">></span>
                        <span class="depth2">Àλç±Û</span>
                    </p>
                </h1>
            
                <!-- ¼­ºê³»¿ë -->
                <div class="section">
                    <img src="http://mjsoft.co/html/millennium/img/company/companyinfo.jpg" alt="ȸ»ç¼Ò°³ ¹®±¸">
                </div><!-- //section -->
                
        
            </div><!-- //subContents -->
        </div><!-- //contents -->
    </div><!-- //wrap -->

<? include("../common/sub_footer.php"); ?>