부트스트랩 boilerplate 소개 > 프로그램코드 소개를 위한 게시판

본문 바로가기
사이트 내 전체검색
회사뉴스 : 그누보드5 다국어버전! 딱 8월 5일 까지만 대폭 할인가에 제공… 인기글 관련링크 , 다국어사이트 제작을 위한 솔루션을 공개합니다. 인기글 , 일하다가 가끔 게임을 하면서 스트레스를 날리세요. 인기글 관련링크 , 게시판내용을 PDF으로 저장하기 인기글 관련링크 , 좋아요|나빠요 표현 게시판 인기글


회원로그인

설문조사

좋은 습관이란?



프로그램코드 소개를 위한 게시판

부트스트랩 boilerplate 소개

페이지 정보

작성자 최고관리자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일17-08-04 15:06 조회1,287회 댓글0건

본문

부트스트랩 boilerplate 소개

정보기술분야에서 boilerplate는 변경없이 계속하여 사용할 수 있는 코딩(저작품?)을 의미합니다.


<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>--- TODO ---</title>

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- Leave those next 4 lines if you care about users using IE8 -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>



    <!-- TODO: Here goes your content! -->



    <!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  </body>
</html>


댓글목록

등록된 댓글이 없습니다.


이 사이트는 그누보드5, 영카트5 기반 프로그램 개발을 위한 사이트입니다. 궁금하신 사항은 http://www.365ok.co.kr을 이용해 주시기 바랍니다.
회사소개 개인정보취급방침 서비스이용약관 Copyright © 코리아뉴스. All rights reserved.
모바일 버전으로 보기