-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
14 lines (14 loc) · 761 Bytes
/
Copy pathhello.html
File metadata and controls
14 lines (14 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<link rel="stylesheet" type="text/css" href="/res/popup.css"></style>
<script src="/logic/popup.js"></script>
<div id="header">
<span class="App_logo">Simple GPT Overlay</span><span class="version">v2</span>
<div class="App_plus"><i>+</i></div>
<div class="App_minimize"><i>-</i></div>
<div class="App_close">x</div>
<div class="App_more">Login <a target="_blank" href="https://chat.openai.com/chat">here</a> to enable usage. Feel free to <a href="https://paypal.me/AdamAbramov" target="_blank" rel="nofollow">donate</a>, and have fun :)</div>
</div>
<iframe src="https://chat.openai.com/chat" id="gptframe" scrolling="no" style="width: 500px; height: 500px; overflow: hidden;"></iframe>
</body>
</html>