Skip to content

Instantly share code, notes, and snippets.

@anandsunderraman
Last active August 29, 2015 14:05
Show Gist options
  • Save anandsunderraman/bf57ff9fc3eb442a191c to your computer and use it in GitHub Desktop.
Save anandsunderraman/bf57ff9fc3eb442a191c to your computer and use it in GitHub Desktop.
Sublime Text 2 HTML Snippet
<snippet>
<content><![CDATA[
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script src=""></script>
<link rel="stylesheet" href="">
</head>
<body>
</body>
</html>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>html</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment