puppeteer/guides/evaluate-javascript/index.html
release-please[bot] 09006d2d53 deploy: a66e53ca7d
2024-04-11 20:05:00 +00:00

11 lines
349 B
HTML

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