Prompts gen

PHOTO EMBED

Sun Dec 18 2022 01:57:53 GMT+0000 (Coordinated Universal Time)

Saved by @Neyen

<html>
  <head>
    <title>Chat Prompts</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="script.js"></script>
  </head>
  <body>
    <h1>Chat Prompts</h1>
    <div id="prompt-container">
      <p id="prompt">Click the button to get a chat prompt!</p>
    </div>
    <button onclick="generatePrompt()">Generate Prompt</button>
  </body>
</html>
content_copyCOPY