1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00
gocsaf/cmd/csaf_provider/tmpl/create.html
2021-11-16 13:58:54 +01:00

16 lines
429 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta description="CSAF-Provider - Directory structure created">
<title>CSAF-Provider - Directory structure created</title>
</head>
<body>
<h1>CSAF-Provider - Directory structure created</h1>
{{ if .Error }}
<strong>Error: <tt>{{ .Error }}.</tt></strong>
{{ else }}
Everything is setup fine now.
{{ end }}
</body>
</html>