portfolio-website/contact.html

16 lines
519 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redirecting to Contact | Kristijan Popovski</title>
<meta name="description" content="Redirecting to the contact page for Kristijan Popovski.">
<meta name="robots" content="noindex">
<link rel="canonical" href="contact/">
<script>window.location.replace("contact/");</script>
</head>
<body>
<p>Redirecting to <a href="contact/">contact/</a>...</p>
</body>
</html>