Skip to content

Instantly share code, notes, and snippets.

@lbj96347
Created June 16, 2013 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbj96347/5792193 to your computer and use it in GitHub Desktop.
Save lbj96347/5792193 to your computer and use it in GitHub Desktop.
Jade_Webpage_Template
!!!5
html
head
meta(http-equiv="content-type", content="text/html; charset=UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0")
meta(name="apple-mobile-web-app-capable", content="yes")
meta(name="description", content="CashLee Homepage")
meta(name="author", content="CashLee")
meta(name="keywords",content="李秉骏,CashLee,HTML,CSS,XML,XHTML,JavaScript")
title Jade Webpage Template
link(rel='stylesheet', href='')
body
h3 Jade Webpage Template
script( src='lib/zepto.min.js' )
script( src='lib/jade.js' )
script( src='lib/tips.js' )
script( src='js/index.js' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment