|
@@ -2,6 +2,7 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="utf-8"/>
|
|
|
+ <link rel="icon" href="/assets/logo.png">
|
|
|
<link href="https://fonts.googleapis.com/css?family=Titillium+Web&display=swap" rel="stylesheet">
|
|
|
<link type="text/css" href="/css/index.css" rel="stylesheet">
|
|
|
<link type="text/css" href="/css/styles.css" rel="stylesheet">
|
|
@@ -18,7 +19,7 @@
|
|
|
<span style="font-size: 14pt;">{{.Text}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="copyrightBox">gostfix {{.Version}} Web interface. Copyright (c) 2020 Alexey Edelev <semlanik@gmail.com></div>
|
|
|
+ <div id="copyrightBox"><img src="/assets/logo.svg" height="30pt"/>gostfix {{.Version}} Web interface. Copyright (c) 2020 Alexey Edelev <semlanik@gmail.com></div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|