parent
68ad063c26
commit
206bb98800
2 changed files with 22 additions and 6 deletions
|
@ -1,12 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform" />
|
||||
<title>Page Moved</title>
|
||||
<script type="text/javascript">
|
||||
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform");
|
||||
var urlParams = new URLSearchParams(window.location.search);
|
||||
var version = urlParams.get('v');
|
||||
var url = 'https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform?usp=pp_url&entry.797568877=' + version;
|
||||
|
||||
var link = document.getElementById("mainLink");
|
||||
if (link && link.href) {
|
||||
link.href = url;
|
||||
}
|
||||
|
||||
window.location.replace(url);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
This page has moved. Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform">here</a> to go to the new page.
|
||||
This page has moved. Click <a id="mainLink" href="https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform">here</a> to go to the new page.
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,12 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform" />
|
||||
<title>Page Moved</title>
|
||||
<script type="text/javascript">
|
||||
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform");
|
||||
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);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
This page has moved. Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform">here</a> to go to the new page.
|
||||
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.
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue