Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Created July 31, 2013 12:12
Show Gist options
  • Save mateusreis/6121450 to your computer and use it in GitHub Desktop.
Save mateusreis/6121450 to your computer and use it in GitHub Desktop.
snippet para o Sublime2
<snippet>
<content><![CDATA[
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/*********************************************************************
* css
*********************************************************************/
</style>
</head>
<body>
<h1>${1:Title}</h1>
${2:content}
<script src="js/jquery.min.js"></script>
<script src="js/scritps.js"></script>
</body>
</html>
]]></content>
<tabTrigger>html1</tabTrigger>
<description>HTML1 Template</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment