18 lines
443 B
HTML
18 lines
443 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>ThunderAI - Manage Prompts</title>
|
|
<link rel="stylesheet" href="mzta-custom-prompts.css">
|
|
</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>
|
|
|