mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
16 lines
441 B
HTML
16 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../../v4.2.2/contributing/promotion/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../../v4.2.2/contributing/promotion/");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../../v4.2.2/contributing/promotion/">../../../v4.2.2/contributing/promotion/</a>...
|
|
</body>
|
|
</html> |