Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save chiehwen/30f9233d7617676be207 to your computer and use it in GitHub Desktop.

Select an option

Save chiehwen/30f9233d7617676be207 to your computer and use it in GitHub Desktop.
head
meta(charset="utf-8")
// Set the viewport width to device width for mobile
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1, minimal-ui")
meta(name='apple-mobile-web-app-capable', content='yes')
meta(name='apple-mobile-web-app-status-bar-style', content='black-translucent')
meta(content='IE=edge,chrome=IE9', http-equiv='X-UA-Compatible')
meta(name='keywords', content='Blog,Express,MongoDB,Foundation')
meta(name='description', content='A awesome Blog system designed by Chieh-Wen Yang')
title= Blog System
script(src="//code.jquery.com/jquery-2.1.0.min.js")
script(src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js")
// Included compressed CSS Files
link(href="//cdnjs.cloudflare.com/ajax/libs/foundation/5.0.3/css/normalize.min.css",rel="stylesheet",type="text/css")
link(href="//cdnjs.cloudflare.com/ajax/libs/foundation/5.0.3/css/foundation.min.css",rel="stylesheet",type="text/css")
script(src="//cdnjs.cloudflare.com/ajax/libs/foundation/5.0.3/js/vendor/jquery.min.js")
script(src="//cdnjs.cloudflare.com/ajax/libs/foundation/5.0.3/js/foundation.min.js")
// IE Fix for HTML5 Tags
// if lt IE 9
script(src="http://html5shiv.googlecode.com/svn/trunk/html5.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment