mirror of https://github.com/joplin/website.git
11 lines
331 B
HTML
11 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/help/dev/spec/web_app">
|
|
<link rel="canonical" href="/help/dev/spec/web_app" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/help/dev/spec/web_app' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |