forked from owncloud-archive/owncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.php
More file actions
12 lines (10 loc) · 695 Bytes
/
404.php
File metadata and controls
12 lines (10 loc) · 695 Bytes
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've recently reorganised the website and some old links may no longer be working correctly. If you think there is an issue within our website, please report it using the <a href="https://github.com/owncloud/owncloud.org/issues/new" target="_blank">issue tracker</a> or <a href="https://github.com/owncloud/owncloud.org/blob/master/README.md" target="_blank">submit a patch</a>. Please try searching for the page you are looking for:</p>
</div>
</div>
<?php get_search_form(); ?>