We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45119a3 commit 7ad6f38Copy full SHA for 7ad6f38
app/templates/base.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>DirectAdmin Email Forwarder Manager</title>
7
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
8
+ <link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='assets/img/ico_main_25.ico') }}">
9
</head>
10
<body>
11
<nav>
0 commit comments