-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest.html
More file actions
23 lines (23 loc) · 914 Bytes
/
Copy pathrequest.html
File metadata and controls
23 lines (23 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLScSnm-RbNZ3ZiQjbyKugxvRSZz0d18NNeIx4uyOjhYLUAUiLw/viewform">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="./imgs/logo.png" type="image/x-icon">
<title>Redirecting…</title>
<link rel="canonical" href="https://docs.google.com/forms/d/e/1FAIpQLScSnm-RbNZ3ZiQjbyKugxvRSZz0d18NNeIx4uyOjhYLUAUiLw/viewform">
<script>
(function(){
var url = "https://docs.google.com/forms/d/e/1FAIpQLScSnm-RbNZ3ZiQjbyKugxvRSZz0d18NNeIx4uyOjhYLUAUiLw/viewform";
try {
location.replace(url);
} catch (e) {
location.href = url;
}
})();
</script>
</head>
<body style="background-color: black;">
</body>
</html>