Advertisement
Guest User

index.html

a guest
Apr 7th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <link rel="stylesheet" href="style.css">
  4.         <meta charset="utf-8">
  5.         <title>RANDOM-GIF</title>
  6.     </head>
  7.  
  8.     <body>
  9.         <div id="gif-wrap"></div>
  10.         <button id="new-gif">New Gif</button>
  11.  
  12.         <script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js></script>
  13.         <script src="giphy.js"></script>
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement