mrbeliever commited on
Commit
397a190
·
verified ·
1 Parent(s): 3705d81

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -3
index.html CHANGED
@@ -2949,9 +2949,10 @@ body {
2949
 
2950
 
2951
 
2952
- <center> <button id="popupButton1" onclick="togglePopup('iframe1')">Image To Prompt</button>
2953
  <button id="popupButton2" onclick="togglePopup('iframe2')">Try Your Prompt</button>
2954
-
 
2955
  </center>
2956
 
2957
  <div id="popupContainer" class="overlay">
@@ -2974,7 +2975,23 @@ body {
2974
  ></iframe>
2975
  </div>
2976
 
2977
- <!-- Add More Iframes -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2978
 
2979
  </div>
2980
  </div>
 
2949
 
2950
 
2951
 
2952
+ <center> <button id="popupButton1" onclick="togglePopup('iframe1')">Image To Prompt</button>
2953
  <button id="popupButton2" onclick="togglePopup('iframe2')">Try Your Prompt</button>
2954
+ <!-- <button id="popupButton3" onclick="togglePopup('iframe3')">Image To Prompt</button>
2955
+ <button id="popupButton4" onclick="togglePopup('iframe4')">Image Upscaler</button> -->
2956
  </center>
2957
 
2958
  <div id="popupContainer" class="overlay">
 
2975
  ></iframe>
2976
  </div>
2977
 
2978
+ <div id="iframeContainer3" class="iframe-container" >
2979
+ <iframe
2980
+ id="popupIframe3"
2981
+ src="https://demositeai.blogspot.com"
2982
+ frameborder="0"
2983
+ allowfullscreen
2984
+ ></iframe>
2985
+ </div>
2986
+
2987
+ <div id="iframeContainer4" class="iframe-container" >
2988
+ <iframe
2989
+ id="popupIframe4"
2990
+ src="https://imageupscaler6x.blogspot.com"
2991
+ frameborder="0"
2992
+ allowfullscreen
2993
+ ></iframe>
2994
+ </div>
2995
 
2996
  </div>
2997
  </div>