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. +
+
+ + + +