Files
pdfme/ja/development-guide/index.html
2025-03-14 10:08:42 +09:00

11 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/ja/docs/development-guide">
<link rel="canonical" href="/ja/docs/development-guide" />
</head>
<script>
window.location.href = '/ja/docs/development-guide' + window.location.search + window.location.hash;
</script>
</html>