starting to add files #12

This commit is contained in:
mic 2024-05-06 22:46:00 +02:00
parent 57b68e4d3d
commit 9c840292b9
3 changed files with 2055 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ThunderAI - Manage Prompts</title>
</head>
<body>
<div>
<h1>Manage Prompts</h1>
<p>Manage your custom prompts.</p>
</div>
<script src="mzta-list.js"></script>
<script src="mzta-custom-prompts.js" type="module"></script>
<script src="../js/mzta-i18n.js"></script>
</body>
</html>

View file

@ -0,0 +1,18 @@
/*
* ThunderAI [https://micz.it/thunderdbird-addon-thunderai/]
* Copyright (C) 2024 Mic (m@micz.it)
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

2020
customprompts/mzta-list.js Normal file

File diff suppressed because it is too large Load diff