mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Website redesign
This commit is contained in:
@ -1,51 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Not Found</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
{% include "search-head.html" %}
|
||||
</head>
|
||||
<body>
|
||||
<section class="hero is-info is-small">
|
||||
<div class="hero-head">
|
||||
{% include "navbar.html" %}
|
||||
</div>
|
||||
<div class="hero-body">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column is-8">
|
||||
<h1 class="title">
|
||||
Not Found
|
||||
</h1>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div id="search"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% extends "base.html" %}
|
||||
|
||||
<section class="section">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column">
|
||||
<figure class="image is-2by1 feature-image">
|
||||
<img alt="Not Found Ghost" src="/icons/ghost-40.svg"/>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="column">
|
||||
<h1 class="title">
|
||||
Not Found :(
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
→ <a href="/docs">Documentation</a>?
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% include "footer.html" %}
|
||||
</body>
|
||||
{% include "search-part.html" %}
|
||||
{% include "fathom.html" %}
|
||||
</html>
|
||||
{% block title %}Not Found :({% endblock title %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% endblock sidebar %}
|
||||
{% block rightToc %}
|
||||
{% endblock rightToc %}
|
||||
|
||||
{% block mainContent %}
|
||||
|
||||
<div class="h-full flex flex-col justify-center items-center">
|
||||
<h1><i class="fa fa-ghost"></i>
|
||||
<h1> Not Found </h1>
|
||||
</div>
|
||||
|
||||
{% endblock mainContent %}
|
||||
|
Reference in New Issue
Block a user