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/paths/bf-to-astar/bf/">
|
||
|
<link rel="canonical" href="/algorithms/paths/bf-to-astar/bf/" />
|
||
|
</head>
|
||
|
<script>
|
||
|
window.location.href = '/algorithms/paths/bf-to-astar/bf/' + window.location.search + window.location.hash;
|
||
|
</script>
|
||
|
</html>
|