From 086cdf873f5fb22f858476a035883a945503bd4a Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 31 Dec 2018 12:31:52 -0800 Subject: Add minimal styling --- templates/index.html | 37 +++++++++++++++++++++++++++++++++++++ templates/package.html | 11 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/package.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..802996c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,37 @@ + + + + + + +
+
+ + + + + + + + + + {{ range $key, $value := .Packages }} + {{ $importPath := printf "%v/%v" $.URL $key }} + + + + + + {{ end }} + +
PackageSourceDocumentation
{{ $importPath }} + {{ $value.Repo }} + + + GoDoc + +
+
+
+ + diff --git a/templates/package.html b/templates/package.html new file mode 100644 index 0000000..38deaf3 --- /dev/null +++ b/templates/package.html @@ -0,0 +1,11 @@ + + + + + + + + + Nothing to see here. Please move along. + + -- cgit v1.2.3