Skip to content

Commit

Permalink
migrated over chrome extension and ui
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Dec 5, 2022
1 parent 44b4bb4 commit 5addbbb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>{% block title %}{% endblock %} - Flaskr</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<nav>
<h1>Flaskr</h1>
<a href="https://anotherwebservice.com/">Another Web Service</a>
</nav>
<section class="content">
<header>
Expand Down
19 changes: 17 additions & 2 deletions src/web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@


{% block header %}
Header
<h1>Save ChatGPT chats automatically</h1>
{% endblock header %}

{% block content %}
Content

Easily save yout ChatGPT chats.

<h2>How to use</h2>

<p>
1. Download the chrome extension from the <a href="https://github.com/chrisjsimpson/container-qqm9ets/releases/latest">latest release</a>
</p>

<p>
2. Unzip, open Chrome and <a href="https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked">load an unpacked extension</a>
</p>

<p>
3. Start a chat, and open the extension and click 'Save this chat'
{% endblock %}
</p>

0 comments on commit 5addbbb

Please sign in to comment.