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

404.html « layouts - github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa01cdf8c52f128d3d07c1332c5b150e1ac74ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{ partial "head.html" . }}
<body id="page">
{{ partial "navigation.html" . }}
<div id="main" role="main">
  <article class="hentry">
    <header class="header-title">
      <div class="header-title-wrap">
          <h1 class="entry-title">Page Not Found</h1>
      </div><!-- /.header-title-wrap -->
    </header>
    <div class="entry-content">
        Sorry, but the page you were trying to view does not exist — perhaps you can try searching for it below.
        <script type="text/javascript">
          var GOOG_FIXURL_LANG = 'en';
          var GOOG_FIXURL_SITE = '{{ .Site.BaseURL }}'
        </script>
        <script type="text/javascript"
          src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
        </script>
    </div><!-- /.entry-content -->
  </article>
</div><!-- /#main -->
{{ partial "foot.html" . }}