
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * The template for displaying the footer
 *
 * @package Polo
 * @subpackge Templates
 * @since 1.0.0
 */
?>

<?php polo_footer_before(); ?>

<!-- FOOTER -->
<?php polo_footer_inside();?>
<!-- END: FOOTER -->
<?php polo_footer_after(); ?>

</div>
<!-- END: WRAPPER -->

<!-- GO TOP BUTTON -->
<a class="gototop gototop-button" href="#"><i class="fa fa-chevron-up"></i></a>

<?php  wp_footer(); ?>

</body>
</html>

