Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

this is the already ented html <html>

<head>
<meta http-equiv="refresh" content="0; url=' .
htmlspecialchars($longUrl) . '">
<title>Rapter001 | Redirecting</title>
<link rel="shortcut icon" href="/images/R.png"
type="image/png">
<meta name="viewport" content="width=device-width,
initial-scale=1">
<style>
html, body {
height: 100%;
}
.redirect-container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background-color: #f5f5f5;
}
.redirect-message {
text-align: center;
font-size: 24px;
}
.confirmation-container {
display: none; /* Hide the confirmation
container initially */
justify-content: center;
align-items: center;
height: 100%;
}
.confirmation-message {
text-align: center;
font-size: 24px;
}
</style>
</head>
<body>
<div class="redirect-container">
<div class="redirect-message">
Redirecting to the original URL...
</div>
</div>
</body>
</html>';

You might also like