Update templates/index.html

#1
by CompactAI - opened
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <link rel="icon" type="image/png" href="templates/logo.png" />
7
  <title>{{ app_title }}</title>
8
  <style>
9
  :root {
@@ -693,7 +693,7 @@
693
  <div id="app">
694
  <div id="topbar">
695
  <div class="brand">
696
- <img class="logo" src="templates/logo.png" alt="Human Intelligence logo" />
697
  <div>
698
  <div class="brand-title">Human Intelligence</div>
699
  <div class="brand-sub">community answers</div>
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" type="image/png" href="/templates/logo.png" />
7
  <title>{{ app_title }}</title>
8
  <style>
9
  :root {
 
693
  <div id="app">
694
  <div id="topbar">
695
  <div class="brand">
696
+ <img class="logo" src="/templates/logo.png" alt="Human Intelligence logo" />
697
  <div>
698
  <div class="brand-title">Human Intelligence</div>
699
  <div class="brand-sub">community answers</div>