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

404.html « layouts - github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f0e7bbf40468ed044531d4432dafca8ec83f3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
    <div id="sitelogo">
        <a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}images/site-logo.svg" alt="Site Logo" height="64px" width="64px"></a>
    </div>
    <header>
        {{ partial "pagenav.html" . }}
        <h1 class="post-title">404</h1>
    </header>
    <div id="content">
        <section>
            <h2>Whoops.</h2>
            <p>
                The page you were looking for doesn't exist. Would you like to <a href="{{ .Site.BaseURL }}">go to the home page</a>?
            </p>
        </section>
    </div>
{{ partial "footer.html" . }}