Julian Bilcke
commited on
Commit
·
d0aa029
1
Parent(s):
6a9dc02
fix prompt
Browse files- src/index.mts +1 -1
src/index.mts
CHANGED
|
@@ -138,7 +138,7 @@ ${daisy}
|
|
| 138 |
- All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
|
| 139 |
- You MUST use English, not Latin! (I repeat: do NOT write lorem ipsum!)
|
| 140 |
- No need to write code comments, and try to make the code compact (short function names etc)
|
| 141 |
-
- Use a central layout by wrapping everything in a \`<div class="flex flex-col
|
| 142 |
# HTML Code of the final app:
|
| 143 |
${prefix}`
|
| 144 |
|
|
|
|
| 138 |
- All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
|
| 139 |
- You MUST use English, not Latin! (I repeat: do NOT write lorem ipsum!)
|
| 140 |
- No need to write code comments, and try to make the code compact (short function names etc)
|
| 141 |
+
- Use a central layout by wrapping everything in a \`<div class="flex flex-col items-center">\`
|
| 142 |
# HTML Code of the final app:
|
| 143 |
${prefix}`
|
| 144 |
|