D:
/
virtualhost
/
localuser
/
host3914537801
/
www
/
templates
/
default
/
html
/
Upload File
HOME
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=1360,initial-scale=0,user-scalable=no"> <title>{pboot:pagetitle}</title> <meta name="keywords" content="{pboot:pagekeywords}" /> <meta name="description" content="{pboot:pagedescription}"/> <link rel="stylesheet" href="{pboot:sitetplpath}/web/css/public.css"> <link rel="stylesheet" href="{pboot:sitetplpath}/web/css/content.css"> <link rel="stylesheet" href="{pboot:sitetplpath}/web/css/swiper.min.css"> <link rel="stylesheet" href="{pboot:sitetplpath}/web/css/idangerous.swiper.css"> <link rel="stylesheet" href="{pboot:sitetplpath}/web/css/idangerous.swiper.3dflow.css"> <script src="{pboot:sitetplpath}/web/js/idangerous.swiper-2.0.min.js"></script> <script src="{pboot:sitetplpath}/web/js/idangerous.swiper.3dflow-2.0.js"></script> </head> <body> <div class="publictext"> <header > <div class="container md:px-8 h-full flex justify-between"> <div class="logo"> <a href="{pboot:siteindex}" class=""> <img src="{pboot:sitelogo}" alt="" ></a> </div> <div class="navmenu"> <a href="{pboot:siteindex}" {pboot:if('0'=='{sort:tcode}')} class='active'{/pboot:if}>首页</a> {pboot:nav partent=0} <a href="[nav:link]" {pboot:if('[nav:scode]'=='{sort:tcode}')} class='active'{/pboot:if}>[nav:name]</a> {/pboot:nav} {pboot:sort scode=24}<a href="[sort:link]" style="padding:0 0 0 0;"><img src="[sort:ico]" style="width: 114px;height: 32px;"></a>{/pboot:sort} </div> </div> </header>