Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 30, 2014 03:09
Show Gist options
  • Select an option

  • Save dstyle0210/2bb721c77a6ccec59363 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/2bb721c77a6ccec59363 to your computer and use it in GitHub Desktop.
기본 HTML 템플릿 구조. : WEB용.
<!DOCTYPE html>
<html lang="ko" xml:lang="ko">
<head>
<title>타이틀명 입력.</title>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta name="viewport" content="width=1240">
<!--=== FOR FACEBOOK ===-->
<meta property="og:type" content="website" />
<meta id="facebookTitle" property="og:title" content="" />
<meta id="facebookUrl" property="og:url" content="" />
<meta id="facebookImage" property="og:image" content="" />
<!--=== CSS ===-->
<link href="/asan/css/reset.css" rel="stylesheet" type="text/css" />
<!--=== JavaScript ===-->
<script type="text/javascript">/* webFont */(function($){if(window.webFont){return;};var userAgent=navigator.userAgent.toLowerCase();if(userAgent.indexOf('safari') != -1 && userAgent.indexOf('version') != -1){document.write('<link href="/asan/css/webFont.css" rel="stylesheet" type="text/css" />');}else{document.write('<style type="text/css">@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);</style>');}window.webFont=true;})();</script>
<script type="text/javascript" src="/asan/js/libs/jquery-1.10.2.min.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment