Skip to content

Commit af03082

Browse files
authored
Merge pull request #30 from lan-qing/main
update
2 parents 618df72 + 65fdb76 commit af03082

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

_pages/schedule.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
permalink: /schedule
3+
layout: null
4+
---
5+
<!DOCTYPE html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta http-equiv="refresh" content="0; url={{ '/schedule_WACV_2026/' | relative_url }}">
10+
<script type="text/javascript">
11+
window.location.href = "{{ '/schedule_WACV_2026/' | relative_url }}"
12+
</script>
13+
<title>Redirecting...</title>
14+
</head>
15+
<body>
16+
If you are not redirected automatically, follow this <a href="{{ '/schedule_WACV_2026/' | relative_url }}">link</a>.
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)