File: 404.html

package info (click to toggle)
jekyll 4.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,356 kB
  • sloc: ruby: 16,765; javascript: 1,455; sh: 214; xml: 29; makefile: 9
file content (29 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (3)
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
---
layout: error
permalink: /404.html
sitemap: false
---

<section class="intro">
  <div class="grid">
    <div class="unit whole align-center">
      <p class="first">Huh. It seems that page is<br/>Hyde-ing...</p>
    </div>
  </div>
</section>

<section class="error">
  <div class="grid">
    <div class="unit whole align-center">
      <p>The resource you requested was not found. Here are some links to help you find your way:</p>
      <nav class="main-nav">
        <ul>
          <li><a href="{{ '/' | relative_url }}">Home</a></li>
          <li><a href="{{ '/docs/home/' | relative_url }}">Documentation</a></li>
          <li><a href="{{ '/news/' | relative_url }}">News</a></li>
          <li><a href="{{ '/help/' | relative_url }}">Help</a></li>
        </ul>
      </nav>
    </div>
  </div>
</section>