|
|
@ -11,11 +11,19 @@ function RedirectPage() { |
|
|
|
<WebpageBanner translationKey={infoKey} /> |
|
|
|
<iframe |
|
|
|
src={decodedUrl} |
|
|
|
style={{ width: "100%", height: "700px", border: "none" }} |
|
|
|
style={{ |
|
|
|
width: "100%", |
|
|
|
height: "600px", |
|
|
|
marginTop: "10px", |
|
|
|
border: "none", |
|
|
|
}} |
|
|
|
title="Embedded Content" |
|
|
|
/> |
|
|
|
<p style={{ fontSize: "18px", color: "red", marginTop: "20px" }}> |
|
|
|
🚨 While this seems interesting, maybe you should go back to reach your goal. 🚨 |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
export default RedirectPage; |
|
|
|
export default RedirectPage; |