Nuzwa commited on
Commit
d5027ef
·
verified ·
1 Parent(s): a2fcfed

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -9
index.html CHANGED
@@ -67,16 +67,9 @@
67
  The response will appear here in a typewriter style...
68
  </div>
69
 
70
- <!-- 5) Copy button -->
71
  <div class="action-footer">
72
- <button id="copy-and-open-btn" class="btn ghost hidden" aria-label="Copy response">📋 Copy &amp; Paste Now</button>
73
- </div>
74
-
75
- <!-- ✅ GPT link at the very end -->
76
- <div class="gpt-link-footer">
77
- <a id="open-gpt-link" class="link-btn" href="https://chat.openai.com/" target="_blank" rel="noopener">
78
- Open in GPT ↗
79
- </a>
80
  </div>
81
  </div>
82
 
 
67
  The response will appear here in a typewriter style...
68
  </div>
69
 
70
+ <!-- 5) Copy & open GPT -->
71
  <div class="action-footer">
72
+ <button id="copy-and-open-btn" class="btn ghost hidden" aria-label="Copy and open GPT">📋 Copy &amp; Paste Now</button>
 
 
 
 
 
 
 
73
  </div>
74
  </div>
75