From 9b703de932314b609f4e5b139fd6ff22434ad767 Mon Sep 17 00:00:00 2001 From: Colby Date: Wed, 9 Oct 2024 21:13:50 +0100 Subject: [PATCH] Create browse.html --- templates/browse.html | 98 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 templates/browse.html diff --git a/templates/browse.html b/templates/browse.html new file mode 100644 index 0000000..9316734 --- /dev/null +++ b/templates/browse.html @@ -0,0 +1,98 @@ + + + + + + + ircquotes: Browse Quotes + + + + + + +
+ + + + + +
+ ircquotes + + Browse Quotes +
+ + + + + + + +
+
+ + +
+ + + + +
+ {% for quote in quotes.items %} +

+ #{{ quote.id }} + + + ({{ quote.votes }}) + - + +

+

{{ quote.text }}

+
+ {% endfor %} +
+ + + +
+ + +
+ + + + + + + + +
 {{ approved_count }} quotes approved
+ + + Hosted by YourHostingProvider
+ © ircquotes 2024, All Rights Reserved. +
+
+ + + +