Skip to content

Instantly share code, notes, and snippets.

@apache2046
Created August 4, 2015 05:31
Show Gist options
  • Save apache2046/87023aa3cff6b3c0b631 to your computer and use it in GitHub Desktop.
Save apache2046/87023aa3cff6b3c0b631 to your computer and use it in GitHub Desktop.
jade template
doctype html
html
head
title Title Site
meta(charset='UTF-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='description' content="meta desc")
meta(name='viewport' content='width=device-width, initial-scale=1.0')
link(rel="stylesheet", type="text/css", href="css/main.css")
body
//- put your content here
h1 It Works!
script(type="text/javascript", src="js/main.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment