17 lines
596 B
HTML
17 lines
596 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>
|
|
<noscript><meta http-equiv="refresh" content="0; url=contact/"></noscript>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="contact/">contact/</a>...</p>
|
|
</body>
|
|
</html>
|