layout.pug 1.1 KB

12345678910111213141516171819202122
  1. doctype html
  2. html
  3. head
  4. title= title
  5. link(rel='stylesheet', href='/static/css/main.css')
  6. meta(name="viewport",content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0")
  7. meta(name="author",content="xCss xioveliu@gmail.com")
  8. meta(name="keywords",content="JsonBird,数据代理服务,数据接口代理,远程数据接口代理,远程接口,代理服务,A Remote Data Interface Proxy Service,CORS,HTTPS解决方案")
  9. meta(name="description",content="业界领先的远程数据接口代理服务")
  10. link(rel="shortcut icon",href="/static/images/favicon.ico")
  11. link(rel="bookmark",href="/static/images/favicon_72.ico")
  12. link(rel="apple-touch-icon",href="/static/images/fav_72x72.png")
  13. link(rel="apple-touch-icon",sizes="16x16",href="/static/images/fav-16x16.png")
  14. link(rel="apple-touch-icon",sizes="36x36",href="/static/images/fav-36x36.png")
  15. link(rel="apple-touch-icon",sizes="72x72",href="/static/images/fav-72x72.png")
  16. script(src="/static/js/jquery.min.js")
  17. script(src="/static/js/skel.min.js")
  18. script(src="/static/js/util.js")
  19. script(src="/static/js/main.js")
  20. body
  21. block content