Skip to content

Instantly share code, notes, and snippets.

@rtablada
Created September 30, 2013 20:04
Show Gist options
  • Save rtablada/6769360 to your computer and use it in GitHub Desktop.
Save rtablada/6769360 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>${1:title}</title>
</head>
<body>
<header>${2}</header>
<div class="content">
${3}
</div>
<footer>${4}</footer>
</body>
</html>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>html5</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment