15 lines
574 B
PHP
15 lines
574 B
PHP
|
|
|
|
<!-- Main Footer -->
|
|
<footer class="main-footer">
|
|
<!-- To the right -->
|
|
<div class="pull-right hidden-xs">
|
|
Made by <a href="http://kennyboy.nl">Kenneth van Ewijk</a>
|
|
</div>
|
|
<!-- Default to the left -->
|
|
<strong>Copyright © 2015 </strong><a href="<?php url('') ?>">Color Strike</a> | <a href="http://github.com/ProjectgroepA2">Projectgroep A2</a> | <a href="http://avans.nl">Avans Hogeschool Breda</a>. All rights reserved.
|
|
</footer>
|
|
|
|
</div><!-- ./wrapper -->
|
|
</body>
|
|
</html> |