Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +8 -3
templates/index.html
CHANGED
@@ -162,8 +162,6 @@
|
|
162 |
<!-- Added header-content div -->
|
163 |
<div class="header-content">
|
164 |
<h1>AI SBOM Generator</h1>
|
165 |
-
<!-- Display the SBOM count -->
|
166 |
-
<div class="sbom-count">Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
|
167 |
</div>
|
168 |
</div>
|
169 |
|
@@ -199,7 +197,8 @@
|
|
199 |
<h2>Feedback</h2>
|
200 |
<p>For feedback or improvement requests please create a <a href="https://github.com/aetheris-ai/aibom-generator/issues" target="_blank" rel="noopener noreferrer">GitHub issue</a>.</p>
|
201 |
</div>
|
202 |
-
|
|
|
203 |
<div class="content-section" style="text-align: center;">
|
204 |
<h3>🗣️ Help Us Spread the Word</h3>
|
205 |
<p>If you find this tool useful, share it with your network! <a href="https://sbom.aetheris.ai" target="_blank" rel="noopener noreferrer">https://sbom.aetheris.ai</a></p>
|
@@ -212,6 +211,12 @@
|
|
212 |
</p>
|
213 |
</div>
|
214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
<!-- Footer -->
|
216 |
<div class="footer">
|
217 |
<p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>
|
|
|
162 |
<!-- Added header-content div -->
|
163 |
<div class="header-content">
|
164 |
<h1>AI SBOM Generator</h1>
|
|
|
|
|
165 |
</div>
|
166 |
</div>
|
167 |
|
|
|
197 |
<h2>Feedback</h2>
|
198 |
<p>For feedback or improvement requests please create a <a href="https://github.com/aetheris-ai/aibom-generator/issues" target="_blank" rel="noopener noreferrer">GitHub issue</a>.</p>
|
199 |
</div>
|
200 |
+
|
201 |
+
<!-- Social Section -->
|
202 |
<div class="content-section" style="text-align: center;">
|
203 |
<h3>🗣️ Help Us Spread the Word</h3>
|
204 |
<p>If you find this tool useful, share it with your network! <a href="https://sbom.aetheris.ai" target="_blank" rel="noopener noreferrer">https://sbom.aetheris.ai</a></p>
|
|
|
211 |
</p>
|
212 |
</div>
|
213 |
|
214 |
+
<!-- Info Section -->
|
215 |
+
<div class="content-section">
|
216 |
+
<!-- Display the SBOM count -->
|
217 |
+
<div class="sbom-count">Generated AI SBOMs using this tool: <strong>{{ sbom_count if sbom_count else 'N/A' }}</strong></div>
|
218 |
+
</div>
|
219 |
+
|
220 |
<!-- Footer -->
|
221 |
<div class="footer">
|
222 |
<p>© 2025 AI SBOM Generator | Powered by Aetheris AI</p>
|