Skip to content

Commit ed97cbb

Browse files
committed
Add redirection to workshop content
1 parent 4d5e18d commit ed97cbb

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

workshop/program.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<noscript><meta http-equiv="refresh" content="0; url=http://giryd.de/en/events/status_workshops/2023/221104%20Giryd%20WorkshopSchedule.pdf"></noscript>
6+
</head>
7+
<body onload="window.location.replace('http://giryd.de/en/events/status_workshops/2023/221104%20Giryd%20WorkshopSchedule.pdf')">
8+
If you are not redirected automatically, click <a href="http://giryd.de/en/events/status_workshops/2023/221104%20Giryd%20WorkshopSchedule.pdf">this link</a>.
9+
</body>
10+
</html>

workshop/register.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<noscript><meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLSeeApwdZfyDbIHCQghehuPAoEL_n33AdjCOGbOn-JZ7skNHlQ/viewform"></noscript>
6+
</head>
7+
<body onload="window.location.replace('https://docs.google.com/forms/d/e/1FAIpQLSeeApwdZfyDbIHCQghehuPAoEL_n33AdjCOGbOn-JZ7skNHlQ/viewform')">
8+
If you are not redirected automatically, click <a href="https://docs.google.com/forms/d/e/1FAIpQLSeeApwdZfyDbIHCQghehuPAoEL_n33AdjCOGbOn-JZ7skNHlQ/viewform">this link</a>.
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)