From 5addbbbe00ba0252bd520a0a9def2f322b701e62 Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Mon, 5 Dec 2022 22:19:30 +0000 Subject: [PATCH] migrated over chrome extension and ui --- src/web/templates/base.html | 2 +- src/web/templates/index.html | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/web/templates/base.html b/src/web/templates/base.html index 2c5ef17..98e41cc 100644 --- a/src/web/templates/base.html +++ b/src/web/templates/base.html @@ -2,7 +2,7 @@ {% block title %}{% endblock %} - Flaskr
diff --git a/src/web/templates/index.html b/src/web/templates/index.html index 3ff686d..fe3c03a 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -2,9 +2,24 @@ {% block header %} - Header +

Save ChatGPT chats automatically

{% endblock header %} {% block content %} - Content + +Easily save yout ChatGPT chats. + +

How to use

+ +

+1. Download the chrome extension from the latest release +

+ +

+2. Unzip, open Chrome and load an unpacked extension +

+ +

+3. Start a chat, and open the extension and click 'Save this chat' {% endblock %} +