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: 2cb2aa74e3481b9015a5584e3c07e8ce4725e4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<head>
    <link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/404.css" rel="stylesheet">
    <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
    <script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
</head>

<div class="background generic-background">
	<div class="container">
		<div class="row">
			<div class="col-md-6 topheader">
                <h1>404</h1>
            </div>
        </div>
    </div>
</div>

<section class="section--404">
<div class="container">

    <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>