Skip to content

Commit 81c1427

Browse files
authored
Merge pull request #359 from NeurodataWithoutBorders/redirect
Add index.html for redirecting to nwb.org/events
2 parents a1bc5c8 + d3883c7 commit 81c1427

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
This page is now deprecated. Visits to this page are now forwarded to nwb.org/events.
2+
3+
To update information about events, add a card to https://github.com/NeurodataWithoutBorders/neurodatawithoutborders.github.io/tree/main/content/events
4+
5+
6+
17
<img alt="Remote hackathon" src="HCK08_2020_Remote/logo_brain_text_white_hor.png">
28

39
## Hackathon Events

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)