Files
help365/kedo/platform-help.html
koziavin 85518b8c86
All checks were successful
Deploy Static Site / deploy (push) Successful in 6m5s
update
2025-07-14 23:28:04 +04:00

14 lines
332 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>redirect</title>
</head>
<body>
<script>
window.location.href = 'platform-distribution.html'
</script>
</body>
</html>