Last active
August 29, 2015 13:57
-
-
Save inkbase/9609225 to your computer and use it in GitHub Desktop.
Jade: Base Jade file
This file contains 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(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