We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bc5c8 commit 459057bCopy full SHA for 459057b
index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="0; url=https://nwb.org/events">
6
+ <link rel="canonical" href="https://nwb.org/events">
7
+ <title>Redirecting to NWB Events</title>
8
+ <script>
9
+ window.location.href = "https://nwb.org/events";
10
+ </script>
11
+</head>
12
+<body>
13
+ <p>This page has moved to <a href="https://nwb.org/events">nwb.org/events</a>.</p>
14
+ <p>If you are not redirected automatically, please click the link above.</p>
15
+</body>
16
+</html>
0 commit comments