ganna217 commited on
Commit
4575056
·
1 Parent(s): 44efe6d

Fix Moon.PNG path and ensure file is included

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -165,7 +165,7 @@
165
  <body>
166
  <div class="container">
167
  <div class="header">
168
- <img src="/assets/Moon.png" alt="QuickBrief Logo">
169
  <h1>QuickBrief</h1>
170
  </div>
171
  <p class="tagline">Simplify. Summarize. Translate. Understand.</p>
 
165
  <body>
166
  <div class="container">
167
  <div class="header">
168
+ <img src="/assets/Moon.PNG" alt="QuickBrief Logo">
169
  <h1>QuickBrief</h1>
170
  </div>
171
  <p class="tagline">Simplify. Summarize. Translate. Understand.</p>