Skip to content

Instantly share code, notes, and snippets.

@Shu-Ji
Created July 7, 2015 07:25
Show Gist options
  • Save Shu-Ji/693d7e144b7c893934ff to your computer and use it in GitHub Desktop.
Save Shu-Ji/693d7e144b7c893934ff to your computer and use it in GitHub Desktop.
doctype html
html(lang="en" ng-app="app")
head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width initial-scale=1.0")
meta(name="renderer" content="webkit")
body
block scripts
script(src="jquery/jquery-2.1.4.min.js")
script(src="angular/angular.min.js")
script(src="angular/ngStorage.min.js")
script(src="app.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment