Created
June 16, 2013 14:11
-
-
Save lbj96347/5792193 to your computer and use it in GitHub Desktop.
Jade_Webpage_Template
This file contains hidden or 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
!!!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