mirror of
https://github.com/Sneed-Group/scuregpt
synced 2024-12-23 18:52:29 -06:00
Update index.html
This commit is contained in:
parent
156f9f3223
commit
f89d1748ad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="navBar">
|
<div id="navBar">
|
||||||
<div id="gptResponse"></div>
|
<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>
|
<button onclick="go(document.getElementById('txt').value); return false;" id="goBtn">✅</button>
|
||||||
<script>
|
<script>
|
||||||
function go(q) {
|
function go(q) {
|
||||||
|
|
Loading…
Reference in a new issue