sf-9f9 / index.html
jordonpeter01's picture
Add 3 files
1facfc8
<html><head><link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>Prompt Generator</title></head><main><div class="prose"><h1>Prompt Generator</h1><p>This is a simple prompt generator application. Generate random prompts for your creative projects with just a few clicks.</p><h2>How to Use</h2><p>Simply click the "Generate Prompt" button to get a new prompt. You can also adjust the settings to narrow down the type of prompt you want. Have fun!</p><button type="button" class="btn mx-auto w-1/3 text-center font-bold" onClick="handleClick">Generate Prompt</button><div class="container mx-auto mt-4 px-4 text-center text-gray-700 bg-gray-400 rounded border"></div></div></main></html>