aboutsummaryrefslogtreecommitdiff
path: root/templates/footer
blob: 4bf07fc82ebddb351057e1e9f275d69c4be33981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="footer"> 
  <div id="copyright">
  </div> 
 
  <div id="footerLeft">     
    <p> 
      <a href="http://www.google.com/intl/en/policies/">Privacy &amp; Terms</a>
    </p> 
  </div>

  <div id="footerRight">
    <p>
      <a href="#top">Go to Top</a>
    </p>
  </div>
</div>