From c1e0c1353c5efaccf3ed4628f22589ab6a133100 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 22 Jan 2023 19:53:18 +0100 Subject: add templates to browse Signed-off-by: Olivier Gayot --- templates/list-arches.html | 5 +++++ templates/list-packages.html | 5 +++++ templates/list-ppas.html | 5 +++++ templates/list-series.html | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 templates/list-arches.html create mode 100644 templates/list-packages.html create mode 100644 templates/list-ppas.html create mode 100644 templates/list-series.html (limited to 'templates') diff --git a/templates/list-arches.html b/templates/list-arches.html new file mode 100644 index 0000000..d5f10fe --- /dev/null +++ b/templates/list-arches.html @@ -0,0 +1,5 @@ + diff --git a/templates/list-packages.html b/templates/list-packages.html new file mode 100644 index 0000000..dc2c8b9 --- /dev/null +++ b/templates/list-packages.html @@ -0,0 +1,5 @@ + diff --git a/templates/list-ppas.html b/templates/list-ppas.html new file mode 100644 index 0000000..b89cf31 --- /dev/null +++ b/templates/list-ppas.html @@ -0,0 +1,5 @@ + diff --git a/templates/list-series.html b/templates/list-series.html new file mode 100644 index 0000000..2948ae8 --- /dev/null +++ b/templates/list-series.html @@ -0,0 +1,5 @@ + -- cgit v1.2.3