portfolio-website/cv.html

17 lines
561 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 CV | Kristijan Popovski</title>
<meta name="description" content="Redirecting to the CV page for Kristijan Popovski.">
<meta name="robots" content="noindex">
<link rel="canonical" href="cv/">
<script>window.location.replace("cv/");</script>
<noscript><meta http-equiv="refresh" content="0; url=cv/"></noscript>
</head>
<body>
<p>Redirecting to <a href="cv/">cv/</a>...</p>
</body>
</html>