meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1") 
meta( http-equiv="X-UA-Compatible" content="IE=edge")
link(rel="stylesheet", href="http://localhost:8080/css/font-awesome.min.css")
link(rel="stylesheet", href="http://localhost:8080/css/bootstrap.min.css")
link(rel="stylesheet", href="http://localhost:8080/css/common-style.css")
link(rel="stylesheet", href="http://localhost:8080/css/store.css")
link(rel="stylesheet", href="http://localhost:8080/css/dev.css")
script(src="http://localhost:8080/js/jquery.min.js")
script(src="http://localhost:8080/js/bootstrap.min.js")
script(src="http://localhost:8080/js/bootstrap-modal.js")
script(src="http://localhost:8080/js/angular.min.js")
script(src="http://localhost:8080/js/respond.js")
script(src="http://localhost:8080/js/html5shiv.js")
script(src="http://localhost:8080/js/jquery.qrcode.min.js")
script(src="http://localhost:8080/js/md5.js")
script(src="http://localhost:8080/js/showdown.min.js")
script(src="http://localhost:8080/js/common.js")
script(src="http://localhost:8080/js/index.js")
script(src="http://localhost:8080/js/modules.js")
script(src="http://localhost:8080/js/apps.js")
script(src="http://localhost:8080/js/store.js")
script(src="http://localhost:8080/js/dev.js")
script(src="http://localhost:8080/js/person.js")
script(src="http://localhost:8080/js/mobileTools.js")