Spaces:
Running
Running
Commit
β’
fb7bd9c
1
Parent(s):
e781b23
up
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -48,8 +48,8 @@
|
|
48 |
<p class="py-1 md:py-2 text-stone-700 text-italic">
|
49 |
Examples:
|
50 |
|
51 |
-
<a href="/?prompt=a simple
|
52 |
-
<a href="/?prompt=
|
53 |
</p>
|
54 |
<button
|
55 |
class="btn disabled:text-stone-400"
|
|
|
48 |
<p class="py-1 md:py-2 text-stone-700 text-italic">
|
49 |
Examples:
|
50 |
|
51 |
+
<a href="/?prompt=a simple todo list app using nextjs" class="text-bold underline">todo list using nextjs</a>,
|
52 |
+
<a href="/?prompt=a simple html page for a cookie recipe" class="text-bold underline">cookie recipe</a>
|
53 |
</p>
|
54 |
<button
|
55 |
class="btn disabled:text-stone-400"
|