Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -243,7 +243,7 @@ body {
|
|
243 |
</select><br>
|
244 |
<label for="text">Texto:</label><br>
|
245 |
<div id="wrapper">
|
246 |
-
<textarea placeholder="
|
247 |
</div>
|
248 |
<button class="animated-button">
|
249 |
<svg viewBox="0 0 24 24" class="arr-2" xmlns="http://www.w3.org/2000/svg">
|
|
|
243 |
</select><br>
|
244 |
<label for="text">Texto:</label><br>
|
245 |
<div id="wrapper">
|
246 |
+
<textarea placeholder="Escribe tu texto aquí, solo se tomará los primeros 500 carácteres." id="text" name="text" rows="4"></textarea>
|
247 |
</div>
|
248 |
<button class="animated-button">
|
249 |
<svg viewBox="0 0 24 24" class="arr-2" xmlns="http://www.w3.org/2000/svg">
|