mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
no default question
This commit is contained in:
parent
3db080b7f7
commit
07d578ab57
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
<div id="chat-form">
|
<div id="chat-form">
|
||||||
<form>
|
<form>
|
||||||
<input name="csrf_token" value="<%= csrf_token %>" type="hidden">
|
<input name="csrf_token" value="<%= csrf_token %>" type="hidden">
|
||||||
<input type="text" id="chat-input" placeholder="Ask a coding question..." value="give me a hello world html file" autocomplete="off">
|
<input type="text" id="chat-input" placeholder="Ask a coding question..." autocomplete="off">
|
||||||
<button type="submit" class="btn-Action">Send</button>
|
<button type="submit" class="btn-Action">Send</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue