Update index.html
Browse files- index.html +7 -6
index.html
CHANGED
@@ -507,7 +507,7 @@ body {
|
|
507 |
/* Iframe Popup */
|
508 |
|
509 |
#popupButton1,
|
510 |
-
#popupButton2, #popupButton3, #popupButton4 {
|
511 |
padding: 10px 10px;
|
512 |
font-size: 16px;
|
513 |
width: 200px;
|
@@ -2953,7 +2953,8 @@ body {
|
|
2953 |
|
2954 |
|
2955 |
<center> <button id="popupButton1" onclick="togglePopup('iframe1')">Image To Prompt</button>
|
2956 |
-
<button id="popupButton2" onclick="togglePopup('iframe2')">Try Your Prompt</button>
|
|
|
2957 |
<!-- <button id="popupButton3" onclick="togglePopup('iframe3')">Image To Prompt</button>
|
2958 |
<button id="popupButton4" onclick="togglePopup('iframe4')">Image Upscaler</button> -->
|
2959 |
</center>
|
@@ -2978,23 +2979,23 @@ body {
|
|
2978 |
></iframe>
|
2979 |
</div>
|
2980 |
|
2981 |
-
|
2982 |
<iframe
|
2983 |
id="popupIframe3"
|
2984 |
src="https://demositeai.blogspot.com"
|
2985 |
frameborder="0"
|
2986 |
allowfullscreen
|
2987 |
></iframe>
|
2988 |
-
</div>
|
2989 |
|
2990 |
-
|
2991 |
<iframe
|
2992 |
id="popupIframe4"
|
2993 |
src="https://imageupscaler6x.blogspot.com"
|
2994 |
frameborder="0"
|
2995 |
allowfullscreen
|
2996 |
></iframe>
|
2997 |
-
</div
|
2998 |
|
2999 |
</div>
|
3000 |
</div>
|
|
|
507 |
/* Iframe Popup */
|
508 |
|
509 |
#popupButton1,
|
510 |
+
#popupButton2, #popupButton3, #popupButton4, #shadebut {
|
511 |
padding: 10px 10px;
|
512 |
font-size: 16px;
|
513 |
width: 200px;
|
|
|
2953 |
|
2954 |
|
2955 |
<center> <button id="popupButton1" onclick="togglePopup('iframe1')">Image To Prompt</button>
|
2956 |
+
<button id="popupButton2" onclick="togglePopup('iframe2')">Try Your Prompt</button>
|
2957 |
+
<button class="butn" id="shadebut" onclick="window.open('https://gpts.gumroad.com/l/Super-Prompts-For-Building-Bots-AI-Tools-GPTs-And-ChatGPT-AI-Agents', '_blank')">Super Prompts For Building Your Own AI Tools</button>
|
2958 |
<!-- <button id="popupButton3" onclick="togglePopup('iframe3')">Image To Prompt</button>
|
2959 |
<button id="popupButton4" onclick="togglePopup('iframe4')">Image Upscaler</button> -->
|
2960 |
</center>
|
|
|
2979 |
></iframe>
|
2980 |
</div>
|
2981 |
|
2982 |
+
<!--<div id="iframeContainer3" class="iframe-container" >
|
2983 |
<iframe
|
2984 |
id="popupIframe3"
|
2985 |
src="https://demositeai.blogspot.com"
|
2986 |
frameborder="0"
|
2987 |
allowfullscreen
|
2988 |
></iframe>
|
2989 |
+
</div> -->
|
2990 |
|
2991 |
+
<!--<div id="iframeContainer4" class="iframe-container" >
|
2992 |
<iframe
|
2993 |
id="popupIframe4"
|
2994 |
src="https://imageupscaler6x.blogspot.com"
|
2995 |
frameborder="0"
|
2996 |
allowfullscreen
|
2997 |
></iframe>
|
2998 |
+
</div>-->
|
2999 |
|
3000 |
</div>
|
3001 |
</div>
|