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: b1c904bdd69a9ec77437a6fe646c0929699924ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php get_template_part('templates/page', 'header'); ?>

<div class="alert alert-warning">
  <p>Sorry, but the page you were trying to view does not exist.</p>
</div>
<div class="row">
	<div class="span12">
		<p>We're setting up a new site, perhaps you can use the search to find what you're looking for:</p>
	</div>
</div>

<?php get_search_form(); ?>