mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-28 14:01:36 +00:00
13 lines
353 B
PHP
13 lines
353 B
PHP
<?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(); ?>
|