Skip to content

Instantly share code, notes, and snippets.

@vbalien
Created October 23, 2015 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbalien/2c4e0e43c64602039b23 to your computer and use it in GitHub Desktop.
Save vbalien/2c4e0e43c64602039b23 to your computer and use it in GitHub Desktop.
html base
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="description" content="My Description">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
<title>Title</title>
<link rel="stylesheet" type="text/css" href="/css/common.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script src="/js/core.js"></script>
</head>
<body>
<!-- TODO -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment