mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
16 lines
429 B
HTML
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>
|