This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>tYour title</title> | |
<link rel="stylesheet" type="text/css" href="reset or normalize css"> | |
<link rel="stylesheet" type="text/css" href="Your stylesheet"> | |
<meta name="keywords" content="meta keywords"> | |
<meta name="description" content="meta description"> |
This file contains hidden or 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> | |
<head> | |
<meta charset="UTF-8"> | |
<title>${1:tYour title}</title> | |
<link rel="stylesheet" type="text/css" href="${2:reset or normalize css}"> | |
<link rel="stylesheet" type="text/css" href="${3:Your stylesheet}"> |
This file contains hidden or 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
<navbar> | |
<div> | |
<h3></h3> | |
<span class="top-bar"> | |
<ul class="links"> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> |
This file contains hidden or 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
navbar>div>h3+span.top-bar>ul.links>li*6 |
This file contains hidden or 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
Show hidden characters
{ | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"spell_check": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true | |
} |
This file contains hidden or 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> | |
<head> | |
<meta charset="UTF-8"> | |
<title>${1:tYour title}</title> | |
<link rel="stylesheet" type="${2:reset or normalize css}"> | |
<link rel="stylesheet" type="text/css" href="${3:Your stylesheet}"> |
NewerOlder