From bec4e596415c623d7294ec87680bc029e407fc23 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 19 Sep 2022 18:19:17 -0600 Subject: initial v0.1 --- index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..0759bd3 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +

DogeKnows

+
+
+
+ +
+{{if .Success}} +

Search Results

+ + + + + + + + + {{ range .SearchResults }} + + + + + + + + {{ end }} +
510(k) NumberTitleApplicantSubmission DatePredicates
{{ .id }}{{ .title }}{{ .applicant }}{{ .submission_date }}{{ range .predicates}} + {{ . }}, + {{ end }} +
+{{end}} \ No newline at end of file -- cgit v1.2.3