HTML5 TextMate Snippet


/ Published in: HTML
Save to your folder(s)

HTML5 TextMate Snippet


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <meta charset=utf-8 />
  3. <title>${1:${TM_FILENAME/((.+)\..*)?/(?2:$2:Page Title)/}}</title>
  4. <link rel="stylesheet" type="text/css" media="screen" href="css/master.css" />
  5. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  6. <!--[if IE]>
  7. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  8. <![endif]-->
  9. </head>
  10. $0
  11. </body>
  12. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.