pages/index.html

19 lines
516 B
HTML

<!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>Redirecting...</title>
<meta http-equiv="refresh" content="3; URL='https://sidneypepo.com'"/>
</head>
<body>
<h1>Redirecting...</h1>
<p>
This page was moved to the following address: <a href="https://sidneypepo.com">sidneypepo.com</a>.<br /><br />
Redirecting you to it...
</p>
</body>
</html>