Spaces:
Running
Running
Update templates/error.html
Browse files- templates/error.html +9 -0
templates/error.html
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<title>Error Generating AI SBOM</title>
|
6 |
</head>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
+
<!-- Header with logo and title -->
|
5 |
+
<div class="header">
|
6 |
+
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|
7 |
+
<a href="https://aetheris.ai/" target="_blank">
|
8 |
+
<img src="https://huggingface.co/spaces/aetheris-ai/aibom-generator/resolve/main/templates/images/AetherisAI-logo.png" alt="Aetheris AI Logo" style="height: 60px;">
|
9 |
+
</a>
|
10 |
+
<h1 style="margin: 0;">AI SBOM Generator</h1>
|
11 |
+
</div>
|
12 |
+
</div>
|
13 |
<meta charset="UTF-8">
|
14 |
<title>Error Generating AI SBOM</title>
|
15 |
</head>
|