12345678910111213141516171819202122232425262728293031323334353637 |
- doctype html
- html
- head
- title= title
- link(rel='stylesheet', href='/static/css/main.css')
- meta(name="viewport",content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0")
- meta(name="author",content="xCss xioveliu@gmail.com")
- meta(name="keywords",content="JsonBird,数据代理服务,数据接口代理,远程数据接口代理,远程接口,代理服务,A Remote Data Interface Proxy Service,CORS,HTTPS解决方案")
- meta(name="description",content="业界领先的远程数据接口代理服务")
- link(rel="shortcut icon",href="/static/images/favicon.ico")
- link(rel="bookmark",href="/static/images/favicon_72.ico")
- link(rel="apple-touch-icon",href="/static/images/fav_72x72.png")
- link(rel="apple-touch-icon",sizes="16x16",href="/static/images/fav-16x16.png")
- link(rel="apple-touch-icon",sizes="36x36",href="/static/images/fav-36x36.png")
- link(rel="apple-touch-icon",sizes="72x72",href="/static/images/fav-72x72.png")
- script(src="/static/js/jquery.min.js")
- script(src="/static/js/skel.min.js")
- script(src="/static/js/util.js")
- script(src="/static/js/main.js")
- script(src="//cdn1.lncld.net/static/js/3.0.4/av-min.js")
- script(src="//unpkg.com/valine@latest/dist/Valine.min.js")
- style.
- .v input,.v button{
- height:auto;
- box-shadow:none;
- display:inline-block;
- color:#233333;
- }
- .v input{
- padding:10px 5px !important;
- }
- .v input:focus,.v textarea:focus{
- box-shadow:none;
- }
- body
- block content
|