Skip to content

Instantly share code, notes, and snippets.

@inkbase
Last active August 29, 2015 13:57
Show Gist options
  • Save inkbase/9609225 to your computer and use it in GitHub Desktop.
Save inkbase/9609225 to your computer and use it in GitHub Desktop.
Jade: Base Jade file
doctype
html(lang="en")
head
title Default Jade File
meta(charset="utf-8")
meta(name="viewport",content-width="width=device-width")
//link(rel="stylesheet", href="style/style.css")
body
h1 Hello World!!!!!
//script(src="scripts/base.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment