adds human.txt, site.txt, and 404.html
This commit is contained in:
10
assets/html/site.txt.tplt
Normal file
10
assets/html/site.txt.tplt
Normal 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 }}
|
Reference in New Issue
Block a user