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: fa5938355eb8b81181f0473770334c11cde0a1c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
    <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>
{{ partial "footer.html" . }}