yasir commited on
Commit
7a1189b
·
verified ·
1 Parent(s): baa3fa2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -3
index.html CHANGED
@@ -347,7 +347,7 @@ margin: auto;
347
  #dvv{
348
  width: 100%;
349
  margin-left: 0px;
350
- margin:10px;
351
  }
352
  #model{
353
  width: 170px;
@@ -440,11 +440,15 @@ margin: auto;
440
  <p>Your Generarted Arts Will appear Here</p>
441
  </div>
442
 
443
-
444
  <script src="script.js"></script>
445
 
446
  <script>document.getElementById('ow').onclick = ()=>{
447
  window.open('https://www.buymeacoffee.com/mygX', '_blank' )
448
- }</script>
 
 
 
 
449
  </body>
450
  </html>
 
347
  #dvv{
348
  width: 100%;
349
  margin-left: 0px;
350
+
351
  }
352
  #model{
353
  width: 170px;
 
440
  <p>Your Generarted Arts Will appear Here</p>
441
  </div>
442
 
443
+ <p id="os">Official / permanent site : <a id="oss">1official website </a></p>
444
  <script src="script.js"></script>
445
 
446
  <script>document.getElementById('ow').onclick = ()=>{
447
  window.open('https://www.buymeacoffee.com/mygX', '_blank' )
448
+ }
449
+ document.getElementById('oss').onclick = ()=>{
450
+ window.open('https://fumesai.web.app', '_blank' )
451
+ }
452
+ </script>
453
  </body>
454
  </html>