mirror of
https://github.com/chatmail/relay.git
synced 2026-05-16 21:28:59 +00:00
use a class for the banner, make sure it is always width of page
This commit is contained in:
committed by
holger krekel
parent
e272294e07
commit
4a7e36618f
@@ -12,6 +12,7 @@
|
||||
<link rel=”mask-icon” href=”/logo.svg” color=”#000000">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">home</a></li>
|
||||
<li><a href="info.html">info</a></li>
|
||||
@@ -19,6 +20,8 @@
|
||||
<li><a href="https://github.com/deltachat/chatmail">public code ↗</a></li>
|
||||
<li id="domain"><a href="index.html">{{ config.mail_domain }}</a></li>
|
||||
</ul>
|
||||
|
||||
{{ markdown_html }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user