deploy: 052891c965
This commit is contained in:
parent
ffd03fddc1
commit
89a471372f
11
index.html
11
index.html
|
@ -21,7 +21,7 @@
|
|||
{"@context":"https://schema.org","@type":"WebSite","description":"This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.","headline":"Awesome ChatGPT Prompts","name":"Awesome ChatGPT Prompts","url":"/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/style.css?v=b95c92fd8b8c9cfc0c5e05cce14e44f9bf9d6445">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?v=052891c9655b8e7d6bc5a4e3010fce0de7cf5b8f">
|
||||
<style>
|
||||
:root {
|
||||
--bg-color-light: #ffffff;
|
||||
|
@ -1913,6 +1913,15 @@
|
|||
<option value="formal">formal</option>
|
||||
<option value="technical">technical</option>
|
||||
<option value="creative">creative</option>
|
||||
<option value="enthusiastic">enthusiastic</option>
|
||||
<option value="humorous">humorous</option>
|
||||
<option value="authoritative">authoritative</option>
|
||||
<option value="empathetic">empathetic</option>
|
||||
<option value="analytical">analytical</option>
|
||||
<option value="conversational">conversational</option>
|
||||
<option value="academic">academic</option>
|
||||
<option value="persuasive">persuasive</option>
|
||||
<option value="inspirational">inspirational</option>
|
||||
<option value="custom">Custom...</option>
|
||||
</select>
|
||||
<input type="text" id="customTone" class="custom-input" placeholder="tone..." style="display: none;">
|
||||
|
|
Loading…
Reference in New Issue