web/views/footer.html
2018-05-16 23:01:06 -04:00

12 lines
197 B
HTML

<div class="footer">
<div class="credit">
<a href="http://www.cycoresys.com">Site by CyCore Systems</a>
</div>
<div class="copy">
&copy; 2018 CyCore Systems
</div>
</div>
</body>
</html>