2021-09-09 01:34:02 +02:00
< html >
< head >
< title > Page Moved< / title >
< script type = "text/javascript" >
2021-12-03 16:56:40 +01:00
var urlParams = new URLSearchParams(window.location.search);
var version = urlParams.get('v');
var url = 'https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform?usp=pp_url& entry.1003590493=' + version;
var link = document.getElementById("mainLink");
if (link & & link.href) {
link.href = url;
}
window.location.replace(url);
2021-09-09 01:34:02 +02:00
< / script >
< / head >
< body >
2021-12-03 16:56:40 +01:00
This page has moved. Click < a id = "mainLink" href = "https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform" > here< / a > to go to the new page.
2021-09-09 01:34:02 +02:00
< / body >
< / html >