Skip to content

Commit 275471e

Browse files
author
Rick Wehrle
committed
feat(rsvp): do not use short url
1 parent 6d5fbff commit 275471e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

rsvp/index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<!DOCTYPE html>
2-
<meta charset="utf-8">
3-
<title>Redirecting to RSVP</title>
4-
<meta http-equiv="refresh" content="0; URL=https://forms.gle/wihB1Suhjxz9rPKW6">
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Redirecting to RSVP</title>
7+
<meta http-equiv="refresh"
8+
content="0; URL=https://docs.google.com/forms/d/e/1FAIpQLSf6433EsEHpWEomPG3diqdjrOTnEG37Y3MRWtbnkUjaUh8Gew/viewform">
9+
</head>
10+
11+
<body>
12+
<p>Redirecting to RSVP</p>
13+
</body>
14+
15+
</html>

0 commit comments

Comments
 (0)