33f7b246be
* Fix #1161. Add Give Feedback link. * Pass version to feedback link * npm run i18n-extract
12 lines
624 B
HTML
12 lines
624 B
HTML
<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");
|
|
</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.
|
|
</body>
|
|
</html>
|