initial commit
This commit is contained in:
20
templates/create-icon.html
Normal file
20
templates/create-icon.html
Normal 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>
|
||||
Reference in New Issue
Block a user