-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.html
More file actions
39 lines (37 loc) · 1.33 KB
/
model.html
File metadata and controls
39 lines (37 loc) · 1.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
.popupgif {
position: fixed;
bottom: 0;
right: 0;
z-index: 100;
width: 200px;
height: auto;
}
</style>
<!-- <script src="redirect.js"></script> -->
</head>
<body>
<div class="container">
<a
style="cursor: pointer"
onclick="if (window.location.href.includes('reddit')) { window.location.href =
'https://definetely-not-reddit.netlify.app' + window.location.pathname; } else { window.location.href = 'https://definetely-not-reddit.netlify.app' } "
>
<img
class="popupgif"
src="https://static.wixstatic.com/media/409264_1916bfb9cde3456a80354e2ffe450ed5~mv2.gif"
alt="moving model"
/>
</a>
</div>
</body>
</html>
<!-- https://media3.giphy.com/media/YW3obh7zZ4Rj2/200.gif -->
<!-- https://cdn.staticaly.com/img/2.bp.blogspot.com/-ttnAmmZKS6U/W1uEP5whfHI/AAAAAAAAFN8/B5XuOron_c8t9XZO8uYFvsMRpUXgcLu7gCLcBGAs/s200-c/animated%2Banime%2Bgif%2Bimages%2Bbackground%2Bwallpaper%2Bpictures%2Bphoto%2Bpc%2Band%2Bmobile%2Bphone%2B%252841%2529.gif -->