puppeteer/guides/index.html

11 lines
313 B
HTML
Raw Normal View History

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