cms系统的站点模板库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

143 lines
6.1 KiB

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<title>{{.Title}}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="unsafe-url">
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
<link rel="stylesheet" href="{{staticFile "/css/index.css"}}">
<link rel='stylesheet' id='wp-block-library-css'
href="{{staticFile "/css/style.min.css@ver=5.5.11.css"}}" type='text/css' media='all' />
<link rel='stylesheet' id='ribbon-lite-style-css' href="{{staticFile "/css/style.css@ver=5.5.11.css"}}"
type='text/css' media='all' />
<link rel="stylesheet" href="{{staticFile "/css/index2.css"}}">
<link rel='stylesheet' id='theme-slug-fonts-css' href="{{staticFile "/css/css.css"}}"
type='text/css' media='all' />
<link rel='stylesheet' id='the_champ_frontend_css-css'
href="{{staticFile "/css/front.css@ver=7.13.3.css"}}" type='text/css' media='all' />
<link rel='stylesheet' id='the_champ_sharing_default_svg-css'
href="{{staticFile "/css/share-svg.css@ver=7.13.3.css"}}" type='text/css' media='all' />
<script type='text/javascript' src= "{{staticFile "/js/jquery.js@ver=1.12.4-wp"}}" id='jquery-core-js'></script>
<script type='text/javascript' src="{{staticFile "/js/customscripts.js@ver=5.5.11"}}"
id='ribbon-lite-customscripts-js'></script>
<style type="text/css">
.site-title a,
.site-description {
color: #020202;
}
</style>
<style type="text/css" id="custom-background-css">
body.custom-background {
background-color: #f2f2f2;
}
</style>
<style>
</style>
</head>
<body class="home blog custom-background wp-custom-logo group-blog hfeed">
<div class="main-container">
<header id="site-header" role="banner">
<div class="container clear">
<div class="site-branding">
<h1 id="logo" class="image-logo" itemprop="headline">
<a href="{{.IndexUrl}}" class="custom-logo-link" rel="home" aria-current="page"><img width="99"
height="65" src="{{replaceImage .Logo}}" alt="logo" class="custom-logo"
/></a>
</h1>
</div>
</div>
<div class="primary-navigation">
<a href="index.html#" id="pull" class="toggle-mobile-menu" id="menu"></a>
<div class="container clear">
<nav id="navigation" class="primary-navigation mobile-menu-wrapper" role="navigation">
<ul id="menu-menu1" class="menu clearfix">
<li id="menu-item-16"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-16">
<a href="{{.IndexUrl}}" aria-current="page">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li id="menu-item-16"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-16">
<a href="{{.AboutUrl}}" aria-current="page">{{ lang "about"}}</a>
</li>
{{end}}
{{if .HasContact }}
<li id="menu-item-16"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-16">
<a href="{{.ContactUrl}}" aria-current="page">{{ lang "contact"}}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li id="menu-item-16"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-16">
<a href="{{.PolicyUrl}}" aria-current="page">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</nav>
</div>
</div>
</header>
<div id="page" class="home-page">
<div id="post-6771" style="margin-bottom: 20px;"
class="post post-6771 type-post status-publish format-standard has-post-thumbnail hentry category-water-softener tag-advantages-of-using-a-water-softener tag-advantages-of-water-softener tag-bathroom-water-softener tag-benefits-of-using-water-softener tag-choosing-the-right-water-softener tag-hard-water-softener tag-impact-of-hard-water-on-hair-and-skin tag-impact-of-hard-water-on-your-home">
<div class="single_post">
<h1 id="page-title">{{ lang "contact"}} </h1>
<div>
{{.Contact}}
</div>
</div>
</div >
</div>
<div id="bhagwa"></div>
<footer id="site-footer" role="contentinfo">
<div class="copyrights">
<div class="container">
<div class="row" id="copyright-note">
<span>{{.Copyright}}</span>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>