Commit c9bb8d3a by lmf

底部增加链接

parent 8f759986
...@@ -29,28 +29,28 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight() ...@@ -29,28 +29,28 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div> <div>
<h4>ABOUT JOSHINE <span> > </span></h4> <h4>ABOUT JOSHINE <span> > </span></h4>
<ul> <ul>
<li><a href="#">About Us</a></li> <li><a href="/about-us">About Us</a></li>
<li>About Our Products</li> <li><a href="/about-our-products">About Our Products</a></li>
<li>Contact Us</li> <li><a href="/contact-us">Contact Us</a></li>
<li>Our Blog</li> <li>Our Blog</li>
</ul> </ul>
</div> </div>
<div> <div>
<h4>HELP & SUPPORT<span> > </span></h4> <h4>HELP & SUPPORT<span> > </span></h4>
<ul> <ul>
<li>Size Guide</li> <li><a href="/size-guide">Size Guide</a></li>
<li>Payment Methods</li> <li><a href="/payment-methods">Payment Methods</a></li>
<li>FAQs</li> <li><a href="/faqs">FAQs</a></li>
<li>How to Order</li> <li><a href="/how-to-order">How to Order</a></li>
<li>Track My Order</li> <li><a href="/track-order">Track My Order</a></li>
</ul> </ul>
</div> </div>
<div> <div>
<h4>OUR POLICY<span> > </span></h4> <h4>OUR POLICY<span> > </span></h4>
<ul> <ul>
<li>Shipping Policy</li> <li><a href="/shipping-policy">Shipping Policy</a></li>
<li>Return & Exchange</li> <li><a href="/return-exchange-policy">Return & Exchange</a></li>
<li>365-Days Warranty</li> <li><a href="/365-days-warranty">365-Days Warranty</a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment