Skip to content

Commit e653a2e

Browse files
authored
Update test-image.html
1 parent b4bf483 commit e653a2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ogtag/test-image.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
function redirectToAnotherPage() {
1717
setTimeout(function() {
1818
window.location.href = "https://go420-digital-storefront-dev.phl.apse1.git.np-api.fwd.com/agent/50000979";
19-
}, 10000); // Delay of 1 seconds
19+
}, 10000); // Delay of 10 seconds
2020
}
2121

2222
window.onload = redirectToAnotherPage;
2323
</script>
2424
</head>
25-
<body></body>
25+
<body>
26+
<img src="https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/banner-772x250.png?rev=2857607" width="300" height="300" />
27+
Redirecting..
28+
</body>
2629
</html>

0 commit comments

Comments
 (0)