Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 30, 2014 04:10
Show Gist options
  • Select an option

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

Select an option

Save dstyle0210/cb7335b26e99b704bd47 to your computer and use it in GitHub Desktop.
HTML기본소스 : 모바일.
<!DOCTYPE html>
<html lang="ko">
<head>
<title>타이틀명.</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi" />
<meta name="format-detection" content="telephone=no, address=no, email=no" />
<link rel="shortcut icon" href="/asan/images/common/app_icon1.icon" /><!-- size:48x48 -->
<link rel="apple-touch-icon" href="/asan/images/common/app_icon2.png" /><!-- size:114x114 -->
<link rel="stylesheet" type="text/css" href="/asan/css/mobile/common.css" />
<script type="text/javascript" src="/asan/js/mobile/jquery-1.8.3.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment