-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeedback.html
More file actions
15 lines (15 loc) · 810 Bytes
/
feedback.html
File metadata and controls
15 lines (15 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLSfwH1WNPp6Y72gjgbW0sMGQ5nYwvEIgkeAOmYOjv2igGk8RXA/viewform">
<script type="text/javascript">
window.location.href = "https://docs.google.com/forms/d/e/1FAIpQLSfwH1WNPp6Y72gjgbW0sMGQ5nYwvEIgkeAOmYOjv2igGk8RXA/viewform"
</script>
<title>Fedir's Presentation Feedback</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this <a href='https://docs.google.com/forms/d/e/1FAIpQLSfwH1WNPp6Y72gjgbW0sMGQ5nYwvEIgkeAOmYOjv2igGk8RXA/viewform'>link to example</a>.
</body>
</html>