forked from whoeverest/behance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirect.html
32 lines (32 loc) · 940 Bytes
/
redirect.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
<html>
<head>
<title>The Adorable Frontpage Stickman - Behance.com</title>
<link rel="image_src" href="http://behance.vo.llnwd.net/profiles9/1347217/projects/7524713/27a59a294d8a76b4042cb70683c04bfa.png">
<meta property="og:title" content="The Adorable Frontpage Stickman - Behance.com">
<style type="text/css">
body {
padding: 0;
margin: 0;
overflow: hidden;
}
#main {
width: 100%;
height: 100%;
border: 0;
margin: 0;
}
#hidden {
display: none;
}
</style>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript">
setTimeout(function() {
$('body').append('<iframe id="hidden" src="http://www.behance.net/c?a=a&e=project&s=1&use_jquery=1&count=1&id=7524713×tamp=' + new Date().getTime() + '"></iframe>')
}, 2000)
</script>
</head>
<body>
<iframe id="main" src="http://www.behance.net/gallery/Embeddable-Appreciate-Button-for-Behance/7524713"></iframe>
</body>
</html>