Skip to content

Instantly share code, notes, and snippets.

@terkel
Last active December 18, 2015 21:29
Show Gist options
  • Select an option

  • Save terkel/5847634 to your computer and use it in GitHub Desktop.

Select an option

Save terkel/5847634 to your computer and use it in GitHub Desktop.
Yet another HTML5 template
<!DOCTYPE html>
<html lang="ja" class="no-js">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/main.css">
<script src="./js/vendor/modernizr.custom.min.js"></script>
</head>
<body>
<header role="banner">
<h1 class="site-logo"></h1>
<nav role="navigation"></nav>
</header>
<div role="main"></div>
<aside role="complementary"></aside>
<footer role="contentinfo">
<small class="copyright">Copyright &copy; 2013</small>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./js/plugins.js"></script>
<script src="./js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment