puppeteer/chromium-support/index.html
release-please[bot] afe1d0dd65 deploy: 2821970485
2024-04-08 09:19:19 +00:00

11 lines
322 B
HTML

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