a1c00l commited on
Commit
2b02e3d
·
verified ·
1 Parent(s): 581cefb

Create error.html

Browse files
Files changed (1) hide show
  1. 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>