We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f22907 commit bd59f3aCopy full SHA for bd59f3a
1 file changed
interfaces/default/html/base.html
@@ -7,6 +7,7 @@
7
<head>
8
<meta charset="utf-8" />
9
<title>HTPC Manager</title>
10
+ <link href="${htpc.WEBDIR}favicon.ico" type="image/x-icon" rel="icon">
11
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
12
<link href="${htpc.WEBDIR}css/themes/${s.get('app_theme','default')}/bootstrap.min.css" rel="stylesheet" />
13
<link href="${htpc.WEBDIR}css/bootstrap-responsive.min.css" rel="stylesheet" />
0 commit comments