Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bc607ec54afbe3f9949dda84ff70beac5695ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
	<link class="hyperlink" href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/fourohfour.css" rel="stylesheet">
</head>

<section class="fourohfour">

	<div class="container">

		<h1>404</h1>
		<h2>Page Not Found</h2>

		<p>Sorry, but the page you were trying to view does not exist. Try searching instead:</p>

		<?php get_search_form(); ?>

	</div>

</section>