Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created March 22, 2018 19:36
Show Gist options
  • Save thatisuday/86ffda4e645dabcdee93c4d05521ef21 to your computer and use it in GitHub Desktop.
Save thatisuday/86ffda4e645dabcdee93c4d05521ef21 to your computer and use it in GitHub Desktop.
//- located in includes folder
link(rel="stylesheet", href="http://website.com/style.css")
script(src="http://website.com/script.js")
/* located in includes folder */
html,
body {
padding: 0;
margin: 0;
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment