less than 1 minute read

#기본형 #default #bootstrap3

<!doctype html> <html lang=”ko” > <head> <title></title> <meta charset=”utf-8”> <meta http-equiv=”Content-Script-Type” content=”text/javascript”> <meta http-equiv=”Content-Style-Type” content=”text/css”> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8” /> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”>

&lt;meta name="viewport" content="width=device-width, initial-scale=1.0" /&gt;

&lt;!-- jquery 관련 --&gt;
&lt;script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"&gt;&lt;/script&gt;

&lt;!-- 부트스트랩 4 : IE8지원안됨! --&gt;
&lt;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" crossorigin="anonymous"&gt;
&lt;script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"  crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;!-- vue.js --&gt;
&lt;script src="https://cdn.jsdelivr.net/npm/vue"&gt;&lt;/script&gt;

&lt;!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"&gt;&lt;/script&gt;
&lt;script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;

&lt;!-- meta og --&gt;

&lt;meta property="og:title" content=""&gt;
&lt;meta property="og:description" content=""&gt;
&lt;meta name="og:image" content="http://www.mins01.com/img/logo.gif"&gt;
&lt;meta property="og:image:width" content="190"&gt;
&lt;meta property="og:image:height" content="70" /&gt;
&lt;meta property="og:site_name" content="" /&gt;
&lt;meta property="og:type" content="website"&gt;

&lt;!-- //meta og --&gt;

</head> <body> <div class=”container”> </div> </body> </html>


🔗original-link

Updated: