a1c00l's picture
Update templates/error.html
36c13eb verified
raw
history blame
243 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error Generating AI SBOM</title>
</head>
<body>
<a href="/">Try again</a>
<br>
<h2>Error generating AI SBOM</h2>
<p>{{ error }}</p>
</body>
</html>