move menu up

This commit is contained in:
B. Petersen
2023-12-12 18:48:24 +01:00
committed by holger krekel
parent 3cd4265c94
commit 401f215dc9

View File

@@ -11,12 +11,12 @@
<link rel=”mask-icon” href=”/logo.svg” color=”#000000">
</head>
<body>
<div>
<a href="index.html">home</a> &nbsp;
<a href="info.html">more info</a> &nbsp;
<a href="privacy.html">privacy</a> &nbsp;
<a href="https://github.com/deltachat/chatmail">public development ↗</a>
</div>
{{ markdown_html }}
<footer>
<a href="index.html">home</a> |
<a href="info.html">more info</a> |
<a href="privacy.html">privacy</a> |
<a href="https://github.com/deltachat/chatmail">-> public development </a>
</footer>
</body>
</html>