Created
October 5, 2015 18:41
-
-
Save jeshan/c2f46f1f95f72b09bcc4 to your computer and use it in GitHub Desktop.
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
html() | |
.head() | |
.title("Insert page title here."); | |
/* | |
<html> | |
<head> | |
<title>Insert page title here.</title> | |
</head> | |
</html> | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment