-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharrested.html
15 lines (14 loc) · 946 Bytes
/
arrested.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head>
<link rel="canonical" href="./?utm_campaign=arrested_ops_2017&utm_medium=podcast&utm_source=podcast_arrested&utm_content=go_website&utm_term=" />
<meta http-equiv="refresh" content="0; url=./?utm_campaign=arrested_ops_2017&utm_medium=podcast&utm_source=podcast_arrested&utm_content=go_website&utm_term=" />
</head>
<body>
You will be redirected to the ./?utm_campaign=arrested_ops_2017&utm_medium=podcast&utm_source=podcast_arrested&utm_content=go_website&utm_term= page of the go.cd website.
If you are not redirected in a couple of seconds please <a href="./?utm_campaign=arrested_ops_2017&utm_medium=podcast&utm_source=podcast_arrested&utm_content=go_website&utm_term=">click here</a>
<script>
window.location.href = "./?utm_campaign=arrested_ops_2017&utm_medium=podcast&utm_source=podcast_arrested&utm_content=go_website&utm_term=";
</script>
</body>
</html>