Created
September 26, 2013 02:49
-
-
Save jollyjoester/6709228 to your computer and use it in GitHub Desktop.
minimum 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"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <link rel="stylesheet" type="text/css" href="css/html5reset.css" /> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| <style type="text/css"> | |
| <!-- /*css*/ | |
| --> | |
| </style> | |
| <script type="text/javascript"> | |
| <!-- //javascript | |
| //--> | |
| </script> | |
| <title>タイトル</title> | |
| </head> | |
| <body> | |
| コンテンツ | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment