Browse Source

Serve a favicon

Getty Ritter 4 years ago
parent
commit
66e984b1eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/main.mustache

+ 1 - 0
templates/main.mustache

@@ -2,6 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
+    <link rel="icon" type="image/png" href="/static/lc_64.png" />
     <title>Lament Configuration</title>
     <link rel="stylesheet" type="text/css" href="/static/main.css" />
   </head>