Skip to content

Commit 459057b

Browse files
committed
Add index.html for redirecting to nwb.org/events
1 parent a1bc5c8 commit 459057b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)