관리 메뉴

moozi

하이브리드 9/9 본문

카테고리 없음

하이브리드 9/9

moozi 2015. 9. 9. 15:20

<!doctype html>
<html>
    <head>
        <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
        <meta charset="utf-8">
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
        <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
        <title>한국IT전문학교</title>       
    </head>
    <body>
        <div data-role="page">
            <div data-role="header">
                <h1>한국IT전문학교</h1>
            </div>
            <div data-role="content">
                <p>한국It전문학교에 오신것을 환영합니다.</p>
            </div>
            <div data-role="footer">
                <p>Copyright&copy; Allright Reserved</p>
            </div>
        </div>
    </body>
</html>

Comments