adds human.txt, site.txt, and 404.html

This commit is contained in:
2024-01-23 19:45:10 -06:00
parent b78cdf6a74
commit a055940bf6
7 changed files with 113 additions and 7 deletions

10
assets/html/site.txt.tplt Normal file
View File

@@ -0,0 +1,10 @@
Site: https://istheinternetonfire.app
{{ if gt (len .CVEs) 0 }}
Is the internet on fire: Yes!
{{ range .CVEs }}
{{ .CveID | ToUpper }} - {{ .Product }}
{{ .ShortDescription }}
{{ end }}
{{ else }}
Is the internet on fire: No
{{ end }}