A large number of web pages, if each copyright information directly written below, want to change in the future need to find each page to modify, easy to forget and error.
Here is a more convenient way: With a static web page nested under the site, so just modify the static page, so the copyright information has changed.
First, add the following to your website: foot.html page
Copy Code code as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<title></title>
<body>
<div style= "Text-align:center;" >
Copyright of this site, @201211, this is a sneak into the static page as a site description, the other pages of the site simply insert a section of code can!
</div>
</body>
Make the following call on the page of the website,
Copy Code code as follows:
<!--#Include virtual= "foot.html"-->
Effect: