
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * The template for displaying 404 pages
 *
 */

get_header();
?>

<main id="main" class="site-main" role="main">

	<section class="page-section">
		<header class="page-header">
			<h1>404</h1>
		</header>

		<div class="page-content">
			<p>Page not found.</p>
		</div>
	</section>

</main>

<?php
get_footer();