Update index.html

This commit is contained in:
Sam Sneed 2024-06-02 13:36:08 +00:00 committed by GitHub
parent 156f9f3223
commit f89d1748ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
<body>
<div id="navBar">
<div id="gptResponse"></div>
<input id="txt" placeholder="Put the request here" name="url" type="text" onkeypress="clickPress(event)" />
<input id="txt" placeholder="Put the request here" name="url" type="text"/>
<button onclick="go(document.getElementById('txt').value); return false;" id="goBtn"></button>
<script>
function go(q) {