Spaces:
Running
Running
Create error.html
Browse files- templates/error.html +13 -0
templates/error.html
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Error Generating AIBOM</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<h2>Error generating AIBOM</h2>
|
9 |
+
<p>{{ error }}</p>
|
10 |
+
<br>
|
11 |
+
<a href="/">Try Again</a>
|
12 |
+
</body>
|
13 |
+
</html>
|