Last active
October 12, 2015 20:08
-
-
Save vicainelli/4080852 to your computer and use it in GitHub Desktop.
Basic markup initial html5
This file contains 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
<snippet> | |
<content><![CDATA[<!DOCTYPE HTML> | |
<html lang="pt-BR"> | |
<head> | |
<!-- SEO --> | |
<meta name="description" content="" /> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>$1</title> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!-- CSS --> | |
<link rel="stylesheet" type="text/css" href="assets/css/style.min.css"/> | |
<!-- Favicon --> | |
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | |
</head> | |
<body> | |
$2 | |
<!-- Javascript --> | |
<script type="text/javascript" src="assets/js/scripts.min.js"></script> | |
</body> | |
</html>]]></content> | |
<tabTrigger>html5</tabTrigger> | |
<scope>text.html</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment