Skip to content

Commit

Permalink
make redirect URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ztatlock committed Nov 14, 2024
1 parent bb68f6f commit b67986d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nominate/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- redirect to https://forms.gle/H5aodraRcgcJFq6W8 -->

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://forms.gle/H5aodraRcgcJFq6W8">
<script type="text/javascript">
window.location.href = "https://forms.gle/H5aodraRcgcJFq6W8";
</script>
</head>

<body>
<p>If you are not redirected, <a href="https://forms.gle/H5aodraRcgcJFq6W8">click here</a>.</p>
</body>

</html>
19 changes: 19 additions & 0 deletions subscribe/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- redirect to https://groups.google.com/a/fpbench.org/g/fpbench -->

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; url=https://groups.google.com/a/fpbench.org/g/fpbench">
<script type="text/javascript">
window.location.href = "https://groups.google.com/a/fpbench.org/g/fpbench";
</script>
</head>

<body>
<p>If you are not redirected, <a href="https://groups.google.com/a/fpbench.org/g/fpbench">click here</a>.</p>
</body>

</html>

0 comments on commit b67986d

Please sign in to comment.