Skip to content

Instantly share code, notes, and snippets.

@sorie
Created June 3, 2015 05:22
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 sorie/4283241faed280782926 to your computer and use it in GitHub Desktop.
Save sorie/4283241faed280782926 to your computer and use it in GitHub Desktop.
indexOne.html
<!DOCTYPE html>
<html lang="ko-KR" class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<title>타이틀</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr.min.js"></script>
</head>
<div id="page" class="grid">
<header>
<h1 id="logo" > My Portpolio </h1>
<nav id="navigation" class="cf">
<div id="global-menu">
<ul class="cf">
<li><a href="" class="active">Focus</a></li>
<li><a href="">Carnel Pleasures</a></li>
<li><a href="">Hobby Horse</a></li>
<li><a href="">Product &amp; Services</a></li>
<li><a href="">Interest</a></li>
</ul>
</nav>
</header>
</div>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment