mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
11 lines
No EOL
301 B
HTML
11 lines
No EOL
301 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/algorithms/">
|
|
<link rel="canonical" href="/algorithms/" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/algorithms/' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |