Initial website

This commit is contained in:
Eike Kettner
2020-07-27 22:13:22 +02:00
parent dbd0f3ff97
commit f8c6f79b10
160 changed files with 8854 additions and 64 deletions

View File

@ -0,0 +1,24 @@
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<span class="icon">
<img src="/icons/logo-only.svg">
</span>
<span>
Docspell
</span>
</a>
</div>
<div class="navbar-start">
<a target="_blank"
href="https://github.com/eikek/docspell"
class="navbar-item">
<span class="icon">
<img src="/icons/github-40.svg">
</span>
<span>
Github
</span>
</a>
</div>
</nav>