1
0
Fork 0
easejs/includes/footer.html

21 lines
662 B
HTML
Raw Normal View History

</div>
2012-05-05 18:05:59 -04:00
<div class="footer">
<a href="http://www.gnu.org/" id="gnuinside">
<img src="images/gnu-inside.png" alt="Part of the GNU Project"
title="Part of the GNU Project" />
</a>
2012-05-05 18:05:59 -04:00
<p class="copyright">
2013-12-22 23:46:04 -05:00
Copyright &copy; 2011, 2012, 2013 <a href="http://mikegerwitz.com">Mike Gerwitz</a>
2012-05-05 18:05:59 -04:00
</p>
<p class="websource">
The <a href="source.html">source code</a> of this website is available in
the <a href="source.html"><tt>website</tt> branch of the Git
repository</a>.
</p>
</div>
<script type="text/javascript" src="scripts/ease.min.js"></script>
</body>
</html>