-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfavoritesPage.html
52 lines (38 loc) · 1.36 KB
/
favoritesPage.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marvelizer</title>
<link rel="stylesheet" href="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<!-- <a class="button sticky success " data-top-anchor="body" data-btm-anchor="50">Copy Embedding
Link</a> -->
<div id="primary">
<div id="navArea">
<br>
<a href="index.html" class="button">Back to the Marvelizer search</a>
<hr>
<label id="message-how-to">Click on the image to copy direct link</label>
<a class="button success copy-button">Switch to Copy Embedding Link</a>
<hr>
<div id="copy-message">
<label class="giphyLabel" style="display: none;">Link has Been Copied to Clipboard</label>
<!-- <input class="embeding" type="text"> -->
</div>
<hr>
<ul class="search-list"></ul>
</div>
</div>
<div class="bigGiphyDivFav gif-area">
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.js"></script>
<script src="./assets/js/favoritesscript.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>