a1c00l commited on
Commit
c91c40c
·
verified ·
1 Parent(s): 51fdf07

Update templates/result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +2 -6
templates/result.html CHANGED
@@ -406,12 +406,8 @@
406
  <!-- Header with logo and title -->
407
  <div class="header">
408
  <div style="display: flex; align-items: center;">
409
- <!-- Embedded logo as SVG -->
410
- <svg width="40" height="40" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
411
- <rect width="100" height="100" rx="20" fill="#3498db"/>
412
- <text x="50" y="65" font-family="Arial" font-size="50" font-weight="bold" text-anchor="middle" fill="white">Aetheris AI</text>
413
- </svg>
414
- <h1 style="margin-left: 15px;">AI SBOM Generator</h1>
415
  </div>
416
  </div>
417
 
 
406
  <!-- Header with logo and title -->
407
  <div class="header">
408
  <div style="display: flex; align-items: center;">
409
+ <img src="/static/images/AetherisAI(logo).png" alt="Aetheris AI Logo">
410
+ <h1>AI SBOM Generator</h1>
 
 
 
 
411
  </div>
412
  </div>
413