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