1
0
Fork 0
easejs/includes/footer.html

17 lines
477 B
HTML
Raw Normal View History

</div>
2012-05-05 18:05:59 -04:00
<div class="footer">
<p class="copyright">
2012-06-09 11:46:12 -04:00
Copyright &copy; 2011, 2012 <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>