initial commit

This commit is contained in:
2025-06-25 10:06:01 -05:00
commit 4d669317c4
17 changed files with 706 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE >
<html>
<head>
<title>Create Icons</title>
<script src="/assets/tailwind.js"></script>
</head>
<body>
<h1>Create Icons</h1>
<form action="/prompt-icon" method="post">
<textarea
name="prompt"
rows="10"
cols="20"
placeholder="Icon Prompt"
required
></textarea>
<input type="submit" name="Submit" />
</form>
</body>
</html>