Last active
December 18, 2015 21:29
-
-
Save terkel/5847634 to your computer and use it in GitHub Desktop.
Yet another HTML5 template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 © 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