diff --git a/core/templates/index.html b/core/templates/index.html index ff154ef..41300fb 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -11,6 +11,8 @@
+ Information {% for game in games %} {{ game.display_name }} @@ -21,6 +23,59 @@
+
+
+
+
+

Information

+
+

+ This site allows users to subscribe to Twitch drops. You can either get notified when the website finds a new drop on the Twitch site or get notified when the drops begin to be farmable. +

+

+ You can add a Discord Webhook here. +

+
+
+

Webhooks

+ {% for webhook in webhooks %} +
+ {{ webhook.name }} + {{ webhook.name }} +
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ {% endfor %} +
+
+
+
+
{% for game in games %}