Agasthya0 commited on
Commit
6902737
·
verified ·
1 Parent(s): fbcb030

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -1
index.html CHANGED
@@ -414,6 +414,7 @@
414
  <div id="toast" class="toast">
415
  <span id="toastMessage">Code copied to clipboard!</span>
416
  </div>
 
417
 
418
  <script>
419
  const promptTextarea = document.getElementById('prompt');
@@ -555,6 +556,8 @@
555
  setTimeout(() => toast.classList.remove('show'), 3000);
556
  }
557
  </script>
558
-
 
 
559
  </body>
560
  </html>
 
414
  <div id="toast" class="toast">
415
  <span id="toastMessage">Code copied to clipboard!</span>
416
  </div>
417
+
418
 
419
  <script>
420
  const promptTextarea = document.getElementById('prompt');
 
556
  setTimeout(() => toast.classList.remove('show'), 3000);
557
  }
558
  </script>
559
+ <footer>
560
+ <h2><b>Developed by Eshwar Gajula. </b></h2>
561
+ </footer>
562
  </body>
563
  </html>