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

404.html « layouts - github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a5962c6c1a4101797acef80eb75b5826be5101a (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
29
30
31
32
33
{{ define "main" }}

<!-- is-fullheight-with-navbar is-bold is-light -->
<section class="hero has-text-centered">
    <div class="hero-body">
        <div class="container">
            <h1 class="title is-1">
                404! Page not found...
            </h1>

            <br><br>

            <h1 class="subtitle is-4">
                Here's what may have happened:
            </h1>
            <h1 class="subtitle is-6">
                1. The page was moved to another location. You can search for it above.
            </h1>
            <h1 class="subtitle is-6">
                2. The page was removed. You can read another one from below.
            </h1>
            <h1 class="subtitle is-6">
                3. This page never existed
            </h1>
        </div>
    </div>
</section>

{{- partial "index/tag-bullet.html" . -}}
{{- partial "index/section-bullet.html" . -}}
{{- partial "index/list-blog-brief.html" . -}}

{{ end }}