-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<head>
<title>GIF</title>
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"></link>
<script src="script.js"></script>
</head>
<body style="background-color:rgb(56, 59, 58);">
<div class="container">
<div class="gif-space">
<div class="gif-item">
<div class="iframe">
<!-- <iframe src="https://giphy.com/embed/tn3kTJo4P4y1G" width="480" height="364" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/work-chicken-working-tn3kTJo4P4y1G">via GIPHY</a></p> -->
<iframe src="https://giphy.com/embed/tn3kTJo4P4y1G" id="giphy-embed" frameborder="0" scrolling="no" allowFullScreen></iframe>
</div>
<div class = "buttons">
<button type='button' class="btn btn-default" id="new"><i class="fa fa-random" aria-hidden="true"></i></button>
<input type="text" id="giphy-id" value="8EmeieJAGjvUI" />
<button type='button' class="btn btn-default" id="giphy-ok"><i class="fa fa-check" aria-hidden="true"></i></button>
</div>
</div>
</div>
</div>
</body>